Html Css Color HEX #537FB8 Havelock Blue

📋 copy color: '#537FB8'

red 83 ◦ green 127 ◦ blue 184

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

Shades of Havelock Blue #537FB8

Tints of Havelock Blue #537FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.7%

R = 21.07%
G = 32.23%
B = 46.7%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#537FB8 (or 0x537FB8) is known color: Havelock Blue. HEX triplet: 53, 7F and B8. RGB value is (83,127,184). Sum of RGB (Red+Green+Blue) = 83+127+184=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #537FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FB8 is #AC8047. Grayscale: #787878. Windows color (decimal): -11305032 or 12091219. OLE color: 12091219.

HSL color Cylindrical-coordinate representation of color #537FB8: hue angle of 213.86º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537FB8 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 127 184 -
CMYK 0.55 0.31 0 0.28
HSL 213.86º 0.42% 0.52% -
HSV(B) 213.86º 0.55% 0.72% -
XYZ 19.81 20.48 48.26 -
YUV 120.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 83 127 184 0.55 0.31 0 0.28 213.86 0.42 0.52
Hex 53 7F B8 37 1F 0 1C D6 2A 34
Octal 123 177 270 67 37 0 34 326 52 64
Binary 1010011 1111111 10111000 110111 11111 0 11100 11010110 101010 110100

Color Harmonies of #537FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FB8

Black with #537FB8

Text Example


Text Example

White with #537FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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