Html Css Color HEX #5674CE Havelock Blue

📋 copy color: '#5674CE'

red 86 ◦ green 116 ◦ blue 206

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

Shades of Havelock Blue #5674CE

Tints of Havelock Blue #5674CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.43%

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

R = 21.08%
G = 28.43%
B = 50.49%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5674CE (or 0x5674CE) is known color: Havelock Blue. HEX triplet: 56, 74 and CE. RGB value is (86,116,206). Sum of RGB (Red+Green+Blue) = 86+116+206=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #5674CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5674CE is #A98B31. Grayscale: #747474. Windows color (decimal): -11111218 or 13530198. OLE color: 13530198.

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

Color convert

RGB 86 116 206 -
CMYK 0.58 0.44 0 0.19
HSL 225º 0.55% 0.57% -
HSV(B) 225º 0.58% 0.81% -
XYZ 21.22 18.93 60.93 -
YUV 117.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 86 116 206 0.58 0.44 0 0.19 225 0.55 0.57
Hex 56 74 CE 3A 2C 0 13 E1 37 39
Octal 126 164 316 72 54 0 23 341 67 71
Binary 1010110 1110100 11001110 111010 101100 0 10011 11100001 110111 111001

Color Harmonies of #5674CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5674CE

Black with #5674CE

Text Example


Text Example

White with #5674CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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