Html Css Color HEX #5370C9 Havelock Blue

📋 copy color: '#5370C9'

red 83 ◦ green 112 ◦ blue 201

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

Shades of Havelock Blue #5370C9

Tints of Havelock Blue #5370C9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 20.96%
G = 28.28%
B = 50.76%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5370C9 (or 0x5370C9) is known color: Havelock Blue. HEX triplet: 53, 70 and C9. RGB value is (83,112,201). Sum of RGB (Red+Green+Blue) = 83+112+201=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #5370C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370C9 is #AC8F36. Grayscale: #717171. Windows color (decimal): -11308855 or 13201491. OLE color: 13201491.

HSL color Cylindrical-coordinate representation of color #5370C9: hue angle of 225.25º 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 #5370C9 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 112 201 -
CMYK 0.59 0.44 0 0.21
HSL 225.25º 0.52% 0.56% -
HSV(B) 225.25º 0.59% 0.79% -
XYZ 19.9 17.64 57.61 -
YUV 113.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 83 112 201 0.59 0.44 0 0.21 225.25 0.52 0.56
Hex 53 70 C9 3B 2C 0 15 E1 34 38
Octal 123 160 311 73 54 0 25 341 64 70
Binary 1010011 1110000 11001001 111011 101100 0 10101 11100001 110100 111000

Color Harmonies of #5370C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370C9

Black with #5370C9

Text Example


Text Example

White with #5370C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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