Html Css Color HEX #5372C9 Havelock Blue

📋 copy color: '#5372C9'

red 83 ◦ green 114 ◦ blue 201

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

Shades of Havelock Blue #5372C9

Tints of Havelock Blue #5372C9

RGB

 RED value IS 83 (32.81% from 255) = 20.85%

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

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 20.85%
G = 28.64%
B = 50.5%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5372C9 (or 0x5372C9) is known color: Havelock Blue. HEX triplet: 53, 72 and C9. RGB value is (83,114,201). Sum of RGB (Red+Green+Blue) = 83+114+201=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #5372C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372C9 is #AC8D36. Grayscale: #727272. Windows color (decimal): -11308343 or 13202003. OLE color: 13202003.

HSL color Cylindrical-coordinate representation of color #5372C9: hue angle of 224.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5372C9 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 114 201 -
CMYK 0.59 0.43 0 0.21
HSL 224.24º 0.52% 0.56% -
HSV(B) 224.24º 0.59% 0.79% -
XYZ 20.13 18.09 57.69 -
YUV 114.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 83 114 201 0.59 0.43 0 0.21 224.24 0.52 0.56
Hex 53 72 C9 3B 2B 0 15 E0 34 38
Octal 123 162 311 73 53 0 25 340 64 70
Binary 1010011 1110010 11001001 111011 101011 0 10101 11100000 110100 111000

Color Harmonies of #5372C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5372C9

Black with #5372C9

Text Example


Text Example

White with #5372C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5372C9; }

 p { color: rgb(83,114,201); }

 H1.HeaderClassName
 {
   color: #5372C9;
 }
 .AnyTagClassName
 {
   color: #5372C9;
 }
</style>

background-color css

<style>
 a { background-color: #5372C9; }

 a { background-color: rgb(83,114,201); }

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

border-color css

<style>
 span { border-color: #5372C9; }

 span { border-color: rgb(83,114,201); }

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