Html Css Color HEX #5472CD Havelock Blue

📋 copy color: '#5472CD'

red 84 ◦ green 114 ◦ blue 205

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

Shades of Havelock Blue #5472CD

Tints of Havelock Blue #5472CD

RGB

 RED value IS 84 (33.2% from 255) = 20.84%

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

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

R = 20.84%
G = 28.29%
B = 50.87%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5472CD (or 0x5472CD) is known color: Havelock Blue. HEX triplet: 54, 72 and CD. RGB value is (84,114,205). Sum of RGB (Red+Green+Blue) = 84+114+205=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5472CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5472CD is #AB8D32. Grayscale: #737373. Windows color (decimal): -11242803 or 13464148. OLE color: 13464148.

HSL color Cylindrical-coordinate representation of color #5472CD: hue angle of 225.12º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5472CD is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 114 205 -
CMYK 0.59 0.44 0 0.20
HSL 225.12º 0.55% 0.57% -
HSV(B) 225.12º 0.59% 0.8% -
XYZ 20.69 18.33 60.2 -
YUV 115.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 84 114 205 0.59 0.44 0 0.20 225.12 0.55 0.57
Hex 54 72 CD 3B 2C 0 14 E1 37 39
Octal 124 162 315 73 54 0 24 341 67 71
Binary 1010100 1110010 11001101 111011 101100 0 10100 11100001 110111 111001

Color Harmonies of #5472CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5472CD

Black with #5472CD

Text Example


Text Example

White with #5472CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,114,205); }

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

background-color css

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

 a { background-color: rgb(84,114,205); }

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

border-color css

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

 span { border-color: rgb(84,114,205); }

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