Html Css Color HEX #537DBF Havelock Blue

📋 copy color: '#537DBF'

red 83 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #537DBF

Tints of Havelock Blue #537DBF

RGB

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

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

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

R = 20.8%
G = 31.33%
B = 47.87%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537DBF (or 0x537DBF) is known color: Havelock Blue. HEX triplet: 53, 7D and BF. RGB value is (83,125,191). Sum of RGB (Red+Green+Blue) = 83+125+191=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #537DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DBF is #AC8240. Grayscale: #777777. Windows color (decimal): -11305537 or 12549459. OLE color: 12549459.

HSL color Cylindrical-coordinate representation of color #537DBF: hue angle of 216.67º 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 #537DBF is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 125 191 -
CMYK 0.57 0.35 0 0.25
HSL 216.67º 0.46% 0.54% -
HSV(B) 216.67º 0.57% 0.75% -
XYZ 20.3 20.27 52.13 -
YUV 119.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 83 125 191 0.57 0.35 0 0.25 216.67 0.46 0.54
Hex 53 7D BF 39 23 0 19 D9 2E 36
Octal 123 175 277 71 43 0 31 331 56 66
Binary 1010011 1111101 10111111 111001 100011 0 11001 11011001 101110 110110

Color Harmonies of #537DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DBF

Black with #537DBF

Text Example


Text Example

White with #537DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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