Html Css Color HEX #537DBB Havelock Blue

📋 copy color: '#537DBB'

red 83 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #537DBB

Tints of Havelock Blue #537DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 21.01%
G = 31.65%
B = 47.34%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537DBB (or 0x537DBB) is known color: Havelock Blue. HEX triplet: 53, 7D and BB. RGB value is (83,125,187). Sum of RGB (Red+Green+Blue) = 83+125+187=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #537DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DBB is #AC8244. Grayscale: #777777. Windows color (decimal): -11305541 or 12287315. OLE color: 12287315.

HSL color Cylindrical-coordinate representation of color #537DBB: hue angle of 215.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537DBB is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 125 187 -
CMYK 0.56 0.33 0 0.27
HSL 215.77º 0.43% 0.53% -
HSV(B) 215.77º 0.56% 0.73% -
XYZ 19.87 20.09 49.84 -
YUV 119.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 83 125 187 0.56 0.33 0 0.27 215.77 0.43 0.53
Hex 53 7D BB 38 21 0 1B D8 2B 35
Octal 123 175 273 70 41 0 33 330 53 65
Binary 1010011 1111101 10111011 111000 100001 0 11011 11011000 101011 110101

Color Harmonies of #537DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DBB

Black with #537DBB

Text Example


Text Example

White with #537DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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