#5694CC

Color #5694CC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5694CC

Tints of Picton Blue #5694CC

Color information

#5694CC (or 0x5694CC) is unknown color: approx Picton Blue. HEX triplet: 56, 94 and CC. RGB value is (86,148,204). Sum of RGB (Red+Green+Blue) = 86+148+204=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #5694CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5694CC is #A96B33. Grayscale: #878787. Windows color (decimal): -11103028 or 13407318. OLE color: 13407318.

HSL color Cylindrical-coordinate representation of color #5694CC: hue angle of 208.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5694CC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86148204-
CMYK0.580.2700.2
HSL208.47º53.64%56.86%-
HSV(B)208.47º57.84%80%-
XYZ25.3327.5261.1-
YUV135.85166.4692.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 19.63%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=19.63%
G=33.79%
B=46.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861482040.580.2700.2208.4753.6456.86
Hex5694CC3A1B014d03639
Octal12622431472330243206671
Binary101011010010100110011001110101101101010011010000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5694CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5694CC; }

 p { color: rgb(86,148,204); }

 H1.HeaderClassName
 {
   color: #5694CC;
 }
 .AnyTagClassName
 {
   color: #5694CC;
 }
</style>
background-color css

<style>
 a { background-color: #5694CC; }

 a { background-color: rgb(86,148,204); }

 div.DivClassName
 {
   background-color: #5694CC;
 }
 .BgClassName
 {
   background-color: #5694CC;
 }
</style>
border-color css

<style>
 span { border-color: #5694CC; }

 span { border-color: rgb(86,148,204); }

 td.TdClassName
 {
   border-color: #5694CC;
 }
 .TagClassName
 {
   border-color: #5694CC;
 }
</style>