Html Css Color HEX #5672CC Havelock Blue

📋 copy color: '#5672CC'

red 86 ◦ green 114 ◦ blue 204

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

Shades of Havelock Blue #5672CC

Tints of Havelock Blue #5672CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 21.29%
G = 28.22%
B = 50.5%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5672CC (or 0x5672CC) is known color: Havelock Blue. HEX triplet: 56, 72 and CC. RGB value is (86,114,204). Sum of RGB (Red+Green+Blue) = 86+114+204=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #5672CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672CC is #A98D33. Grayscale: #737373. Windows color (decimal): -11111732 or 13398614. OLE color: 13398614.

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

Color convert

RGB 86 114 204 -
CMYK 0.58 0.44 0 0.2
HSL 225.76º 0.54% 0.57% -
HSV(B) 225.76º 0.58% 0.8% -
XYZ 20.75 18.37 59.58 -
YUV 115.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 86 114 204 0.58 0.44 0 0.2 225.76 0.54 0.57
Hex 56 72 CC 3A 2C 0 14 E2 36 39
Octal 126 162 314 72 54 0 24 342 66 71
Binary 1010110 1110010 11001100 111010 101100 0 10100 11100010 110110 111001

Color Harmonies of #5672CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5672CC

Black with #5672CC

Text Example


Text Example

White with #5672CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5672CC;
 }
 .AnyTagClassName
 {
   color: #5672CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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