Html Css Color HEX #5375BD Havelock Blue

📋 copy color: '#5375BD'

red 83 ◦ green 117 ◦ blue 189

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

Shades of Havelock Blue #5375BD

Tints of Havelock Blue #5375BD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 21.34%
G = 30.08%
B = 48.59%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5375BD (or 0x5375BD) is known color: Havelock Blue. HEX triplet: 53, 75 and BD. RGB value is (83,117,189). Sum of RGB (Red+Green+Blue) = 83+117+189=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #5375BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5375BD is #AC8A42. Grayscale: #727272. Windows color (decimal): -11307587 or 12416339. OLE color: 12416339.

HSL color Cylindrical-coordinate representation of color #5375BD: hue angle of 220.75º degrees, saturation: 0.45, 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 #5375BD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 117 189 -
CMYK 0.56 0.38 0 0.26
HSL 220.75º 0.45% 0.53% -
HSV(B) 220.75º 0.56% 0.74% -
XYZ 19.11 18.24 50.66 -
YUV 115.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 83 117 189 0.56 0.38 0 0.26 220.75 0.45 0.53
Hex 53 75 BD 38 26 0 1A DD 2D 35
Octal 123 165 275 70 46 0 32 335 55 65
Binary 1010011 1110101 10111101 111000 100110 0 11010 11011101 101101 110101

Color Harmonies of #5375BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5375BD

Black with #5375BD

Text Example


Text Example

White with #5375BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5375BD; }

 p { color: rgb(83,117,189); }

 H1.HeaderClassName
 {
   color: #5375BD;
 }
 .AnyTagClassName
 {
   color: #5375BD;
 }
</style>

background-color css

<style>
 a { background-color: #5375BD; }

 a { background-color: rgb(83,117,189); }

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

border-color css

<style>
 span { border-color: #5375BD; }

 span { border-color: rgb(83,117,189); }

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