Html Css Color HEX #537DB9 Havelock Blue

📋 copy color: '#537DB9'

red 83 ◦ green 125 ◦ blue 185

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

Shades of Havelock Blue #537DB9

Tints of Havelock Blue #537DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 21.12%
G = 31.81%
B = 47.07%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537DB9 (or 0x537DB9) is known color: Havelock Blue. HEX triplet: 53, 7D and B9. RGB value is (83,125,185). Sum of RGB (Red+Green+Blue) = 83+125+185=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #537DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DB9 is #AC8246. Grayscale: #777777. Windows color (decimal): -11305543 or 12156243. OLE color: 12156243.

HSL color Cylindrical-coordinate representation of color #537DB9: hue angle of 215.29º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537DB9 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 125 185 -
CMYK 0.55 0.32 0 0.27
HSL 215.29º 0.42% 0.53% -
HSV(B) 215.29º 0.55% 0.73% -
XYZ 19.66 20.01 48.72 -
YUV 119.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 83 125 185 0.55 0.32 0 0.27 215.29 0.42 0.53
Hex 53 7D B9 37 20 0 1B D7 2A 35
Octal 123 175 271 67 40 0 33 327 52 65
Binary 1010011 1111101 10111001 110111 100000 0 11011 11010111 101010 110101

Color Harmonies of #537DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DB9

Black with #537DB9

Text Example


Text Example

White with #537DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537DB9; }

 p { color: rgb(83,125,185); }

 H1.HeaderClassName
 {
   color: #537DB9;
 }
 .AnyTagClassName
 {
   color: #537DB9;
 }
</style>

background-color css

<style>
 a { background-color: #537DB9; }

 a { background-color: rgb(83,125,185); }

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

border-color css

<style>
 span { border-color: #537DB9; }

 span { border-color: rgb(83,125,185); }

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