Html Css Color HEX #5674CD Havelock Blue

📋 copy color: '#5674CD'

red 86 ◦ green 116 ◦ blue 205

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

Shades of Havelock Blue #5674CD

Tints of Havelock Blue #5674CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 21.13%
G = 28.5%
B = 50.37%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5674CD (or 0x5674CD) is known color: Havelock Blue. HEX triplet: 56, 74 and CD. RGB value is (86,116,205). Sum of RGB (Red+Green+Blue) = 86+116+205=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #5674CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5674CD is #A98B32. Grayscale: #747474. Windows color (decimal): -11111219 or 13464662. OLE color: 13464662.

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

Color convert

RGB 86 116 205 -
CMYK 0.58 0.43 0 0.20
HSL 224.87º 0.54% 0.57% -
HSV(B) 224.87º 0.58% 0.8% -
XYZ 21.1 18.88 60.29 -
YUV 117.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 86 116 205 0.58 0.43 0 0.20 224.87 0.54 0.57
Hex 56 74 CD 3A 2B 0 14 E1 36 39
Octal 126 164 315 72 53 0 24 341 66 71
Binary 1010110 1110100 11001101 111010 101011 0 10100 11100001 110110 111001

Color Harmonies of #5674CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5674CD

Black with #5674CD

Text Example


Text Example

White with #5674CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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