Html Css Color HEX #537CB9 Havelock Blue

📋 copy color: '#537CB9'

red 83 ◦ green 124 ◦ blue 185

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

Shades of Havelock Blue #537CB9

Tints of Havelock Blue #537CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

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

R = 21.17%
G = 31.63%
B = 47.19%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537CB9 (or 0x537CB9) is known color: Havelock Blue. HEX triplet: 53, 7C and B9. RGB value is (83,124,185). Sum of RGB (Red+Green+Blue) = 83+124+185=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #537CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CB9 is #AC8346. Grayscale: #767676. Windows color (decimal): -11305799 or 12155987. OLE color: 12155987.

HSL color Cylindrical-coordinate representation of color #537CB9: hue angle of 215.88º 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 #537CB9 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 124 185 -
CMYK 0.55 0.33 0 0.27
HSL 215.88º 0.42% 0.53% -
HSV(B) 215.88º 0.55% 0.73% -
XYZ 19.53 19.76 48.68 -
YUV 118.7 165.42 102.54 -
System Red Green Blue C M Y K H S L
Decimal 83 124 185 0.55 0.33 0 0.27 215.88 0.42 0.53
Hex 53 7C B9 37 21 0 1B D8 2A 35
Octal 123 174 271 67 41 0 33 330 52 65
Binary 1010011 1111100 10111001 110111 100001 0 11011 11011000 101010 110101

Color Harmonies of #537CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CB9

Black with #537CB9

Text Example


Text Example

White with #537CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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