Html Css Color HEX #537DD0 Havelock Blue

📋 copy color: '#537DD0'

red 83 ◦ green 125 ◦ blue 208

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

Shades of Havelock Blue #537DD0

Tints of Havelock Blue #537DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50%

R = 19.95%
G = 30.05%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#537DD0 (or 0x537DD0) is known color: Havelock Blue. HEX triplet: 53, 7D and D0. RGB value is (83,125,208). Sum of RGB (Red+Green+Blue) = 83+125+208=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #537DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DD0 is #AC822F. Grayscale: #797979. Windows color (decimal): -11305520 or 13663571. OLE color: 13663571.

HSL color Cylindrical-coordinate representation of color #537DD0: hue angle of 219.84º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537DD0 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 125 208 -
CMYK 0.60 0.40 0 0.18
HSL 219.84º 0.57% 0.57% -
HSV(B) 219.84º 0.6% 0.82% -
XYZ 22.29 21.06 62.56 -
YUV 121.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 83 125 208 0.60 0.40 0 0.18 219.84 0.57 0.57
Hex 53 7D D0 3C 28 0 12 DC 39 39
Octal 123 175 320 74 50 0 22 334 71 71
Binary 1010011 1111101 11010000 111100 101000 0 10010 11011100 111001 111001

Color Harmonies of #537DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DD0

Black with #537DD0

Text Example


Text Example

White with #537DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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