Html Css Color HEX #5370BC Havelock Blue

📋 copy color: '#5370BC'

red 83 ◦ green 112 ◦ blue 188

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

Shades of Havelock Blue #5370BC

Tints of Havelock Blue #5370BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 21.67%
G = 29.24%
B = 49.09%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5370BC (or 0x5370BC) is known color: Havelock Blue. HEX triplet: 53, 70 and BC. RGB value is (83,112,188). Sum of RGB (Red+Green+Blue) = 83+112+188=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #5370BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5370BC is #AC8F43. Grayscale: #6F6F6F. Windows color (decimal): -11308868 or 12349523. OLE color: 12349523.

HSL color Cylindrical-coordinate representation of color #5370BC: hue angle of 223.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5370BC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 112 188 -
CMYK 0.56 0.40 0 0.26
HSL 223.43º 0.44% 0.53% -
HSV(B) 223.43º 0.56% 0.74% -
XYZ 18.44 17.06 49.9 -
YUV 111.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 83 112 188 0.56 0.40 0 0.26 223.43 0.44 0.53
Hex 53 70 BC 38 28 0 1A DF 2C 35
Octal 123 160 274 70 50 0 32 337 54 65
Binary 1010011 1110000 10111100 111000 101000 0 11010 11011111 101100 110101

Color Harmonies of #5370BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5370BC

Black with #5370BC

Text Example


Text Example

White with #5370BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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