Html Css Color HEX #5672CE Havelock Blue

📋 copy color: '#5672CE'

red 86 ◦ green 114 ◦ blue 206

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

Shades of Havelock Blue #5672CE

Tints of Havelock Blue #5672CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 21.18%
G = 28.08%
B = 50.74%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5672CE (or 0x5672CE) is known color: Havelock Blue. HEX triplet: 56, 72 and CE. RGB value is (86,114,206). Sum of RGB (Red+Green+Blue) = 86+114+206=406 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.18% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5672CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672CE is #A98D31. Grayscale: #737373. Windows color (decimal): -11111730 or 13529686. OLE color: 13529686.

HSL color Cylindrical-coordinate representation of color #5672CE: hue angle of 226º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5672CE is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 114 206 -
CMYK 0.58 0.45 0 0.19
HSL 226º 0.55% 0.57% -
HSV(B) 226º 0.58% 0.81% -
XYZ 21 18.47 60.85 -
YUV 116.12 178.72 106.52 -
System Red Green Blue C M Y K H S L
Decimal 86 114 206 0.58 0.45 0 0.19 226 0.55 0.57
Hex 56 72 CE 3A 2D 0 13 E2 37 39
Octal 126 162 316 72 55 0 23 342 67 71
Binary 1010110 1110010 11001110 111010 101101 0 10011 11100010 110111 111001

Color Harmonies of #5672CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5672CE

Black with #5672CE

Text Example


Text Example

White with #5672CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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