Html Css Color HEX #5694CC Picton Blue

📋 copy color: '#5694CC'

red 86 ◦ green 148 ◦ blue 204

#5694CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5694CC

Tints of Picton Blue #5694CC

RGB

 RED value IS 86 (33.98% from 255) = 19.63%

 GREEN value IS 148 (58.2% 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 value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5694CC (or 0x5694CC) is known color: 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

RGB 86 148 204 -
CMYK 0.58 0.27 0 0.2
HSL 208.47º 0.54% 0.57% -
HSV(B) 208.47º 0.58% 0.8% -
XYZ 25.33 27.52 61.1 -
YUV 135.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 86 148 204 0.58 0.27 0 0.2 208.47 0.54 0.57
Hex 56 94 CC 3A 1B 0 14 D0 36 39
Octal 126 224 314 72 33 0 24 320 66 71
Binary 1010110 10010100 11001100 111010 11011 0 10100 11010000 110110 111001

Color Harmonies of #5694CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5694CC

Black with #5694CC

Text Example


Text Example

White with #5694CC

Text Example


Text Example

HTML Codes & Css Web 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>