Html Css Color HEX #537FB5 Havelock Blue

📋 copy color: '#537FB5'

red 83 ◦ green 127 ◦ blue 181

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

Shades of Havelock Blue #537FB5

Tints of Havelock Blue #537FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

 BLUE value IS 181 (71.09% from 255) = 46.29%

R = 21.23%
G = 32.48%
B = 46.29%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#537FB5 (or 0x537FB5) is known color: Havelock Blue. HEX triplet: 53, 7F and B5. RGB value is (83,127,181). Sum of RGB (Red+Green+Blue) = 83+127+181=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #537FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FB5 is #AC804A. Grayscale: #777777. Windows color (decimal): -11305035 or 11894611. OLE color: 11894611.

HSL color Cylindrical-coordinate representation of color #537FB5: hue angle of 213.06º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537FB5 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 127 181 -
CMYK 0.54 0.30 0 0.29
HSL 213.06º 0.4% 0.52% -
HSV(B) 213.06º 0.54% 0.71% -
XYZ 19.5 20.35 46.62 -
YUV 120 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 83 127 181 0.54 0.30 0 0.29 213.06 0.4 0.52
Hex 53 7F B5 36 1E 0 1D D5 28 34
Octal 123 177 265 66 36 0 35 325 50 64
Binary 1010011 1111111 10110101 110110 11110 0 11101 11010101 101000 110100

Color Harmonies of #537FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FB5

Black with #537FB5

Text Example


Text Example

White with #537FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,181); }

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

background-color css

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

 a { background-color: rgb(83,127,181); }

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

border-color css

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

 span { border-color: rgb(83,127,181); }

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