Html Css Color HEX #5370C0 Havelock Blue

📋 copy color: '#5370C0'

red 83 ◦ green 112 ◦ blue 192

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

Shades of Havelock Blue #5370C0

Tints of Havelock Blue #5370C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 21.45%
G = 28.94%
B = 49.61%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5370C0 (or 0x5370C0) is known color: Havelock Blue. HEX triplet: 53, 70 and C0. RGB value is (83,112,192). Sum of RGB (Red+Green+Blue) = 83+112+192=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #5370C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370C0 is #AC8F3F. Grayscale: #707070. Windows color (decimal): -11308864 or 12611667. OLE color: 12611667.

HSL color Cylindrical-coordinate representation of color #5370C0: hue angle of 224.04º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5370C0 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 112 192 -
CMYK 0.57 0.42 0 0.25
HSL 224.04º 0.46% 0.54% -
HSV(B) 224.04º 0.57% 0.75% -
XYZ 18.88 17.23 52.2 -
YUV 112.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 83 112 192 0.57 0.42 0 0.25 224.04 0.46 0.54
Hex 53 70 C0 39 2A 0 19 E0 2E 36
Octal 123 160 300 71 52 0 31 340 56 66
Binary 1010011 1110000 11000000 111001 101010 0 11001 11100000 101110 110110

Color Harmonies of #5370C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370C0

Black with #5370C0

Text Example


Text Example

White with #5370C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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