Html Css Color HEX #537CBD Havelock Blue

📋 copy color: '#537CBD'

red 83 ◦ green 124 ◦ blue 189

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

Shades of Havelock Blue #537CBD

Tints of Havelock Blue #537CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 20.96%
G = 31.31%
B = 47.73%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#537CBD (or 0x537CBD) is known color: Havelock Blue. HEX triplet: 53, 7C and BD. RGB value is (83,124,189). Sum of RGB (Red+Green+Blue) = 83+124+189=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #537CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CBD is #AC8342. Grayscale: #767676. Windows color (decimal): -11305795 or 12418131. OLE color: 12418131.

HSL color Cylindrical-coordinate representation of color #537CBD: hue angle of 216.79º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537CBD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 124 189 -
CMYK 0.56 0.34 0 0.26
HSL 216.79º 0.45% 0.53% -
HSV(B) 216.79º 0.56% 0.74% -
XYZ 19.96 19.93 50.94 -
YUV 119.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 83 124 189 0.56 0.34 0 0.26 216.79 0.45 0.53
Hex 53 7C BD 38 22 0 1A D9 2D 35
Octal 123 174 275 70 42 0 32 331 55 65
Binary 1010011 1111100 10111101 111000 100010 0 11010 11011001 101101 110101

Color Harmonies of #537CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CBD

Black with #537CBD

Text Example


Text Example

White with #537CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,189); }

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

background-color css

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

 a { background-color: rgb(83,124,189); }

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

border-color css

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

 span { border-color: rgb(83,124,189); }

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