Html Css Color HEX #566FCC Havelock Blue

📋 copy color: '#566FCC'

red 86 ◦ green 111 ◦ blue 204

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

Shades of Havelock Blue #566FCC

Tints of Havelock Blue #566FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 21.45%
G = 27.68%
B = 50.87%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#566FCC (or 0x566FCC) is known color: Havelock Blue. HEX triplet: 56, 6F and CC. RGB value is (86,111,204). Sum of RGB (Red+Green+Blue) = 86+111+204=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #566FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FCC is #A99033. Grayscale: #717171. Windows color (decimal): -11112500 or 13397846. OLE color: 13397846.

HSL color Cylindrical-coordinate representation of color #566FCC: hue angle of 227.29º 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 #566FCC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 111 204 -
CMYK 0.58 0.46 0 0.2
HSL 227.29º 0.54% 0.57% -
HSV(B) 227.29º 0.58% 0.8% -
XYZ 20.42 17.71 59.47 -
YUV 114.13 178.72 107.94 -
System Red Green Blue C M Y K H S L
Decimal 86 111 204 0.58 0.46 0 0.2 227.29 0.54 0.57
Hex 56 6F CC 3A 2E 0 14 E3 36 39
Octal 126 157 314 72 56 0 24 343 66 71
Binary 1010110 1101111 11001100 111010 101110 0 10100 11100011 110110 111001

Color Harmonies of #566FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566FCC

Black with #566FCC

Text Example


Text Example

White with #566FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566FCC; }

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

 H1.HeaderClassName
 {
   color: #566FCC;
 }
 .AnyTagClassName
 {
   color: #566FCC;
 }
</style>

background-color css

<style>
 a { background-color: #566FCC; }

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

 div.DivClassName
 {
   background-color: #566FCC;
 }
 .BgClassName
 {
   background-color: #566FCC;
 }
</style>

border-color css

<style>
 span { border-color: #566FCC; }

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

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