Html Css Color HEX #537FBF Havelock Blue

📋 copy color: '#537FBF'

red 83 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #537FBF

Tints of Havelock Blue #537FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 20.7%
G = 31.67%
B = 47.63%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537FBF (or 0x537FBF) is known color: Havelock Blue. HEX triplet: 53, 7F and BF. RGB value is (83,127,191). Sum of RGB (Red+Green+Blue) = 83+127+191=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #537FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FBF is #AC8040. Grayscale: #787878. Windows color (decimal): -11305025 or 12549971. OLE color: 12549971.

HSL color Cylindrical-coordinate representation of color #537FBF: hue angle of 215.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537FBF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 127 191 -
CMYK 0.57 0.34 0 0.25
HSL 215.56º 0.46% 0.54% -
HSV(B) 215.56º 0.57% 0.75% -
XYZ 20.56 20.78 52.22 -
YUV 121.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 83 127 191 0.57 0.34 0 0.25 215.56 0.46 0.54
Hex 53 7F BF 39 22 0 19 D8 2E 36
Octal 123 177 277 71 42 0 31 330 56 66
Binary 1010011 1111111 10111111 111001 100010 0 11001 11011000 101110 110110

Color Harmonies of #537FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FBF

Black with #537FBF

Text Example


Text Example

White with #537FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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