Html Css Color HEX #537CD1 Havelock Blue

📋 copy color: '#537CD1'

red 83 ◦ green 124 ◦ blue 209

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

Shades of Havelock Blue #537CD1

Tints of Havelock Blue #537CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.24%

R = 19.95%
G = 29.81%
B = 50.24%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#537CD1 (or 0x537CD1) is known color: Havelock Blue. HEX triplet: 53, 7C and D1. RGB value is (83,124,209). Sum of RGB (Red+Green+Blue) = 83+124+209=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #537CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CD1 is #AC832E. Grayscale: #797979. Windows color (decimal): -11305775 or 13728851. OLE color: 13728851.

HSL color Cylindrical-coordinate representation of color #537CD1: hue angle of 220.48º degrees, saturation: 0.58, 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 #537CD1 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 124 209 -
CMYK 0.60 0.41 0 0.18
HSL 220.48º 0.58% 0.57% -
HSV(B) 220.48º 0.6% 0.82% -
XYZ 22.28 20.86 63.17 -
YUV 121.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 83 124 209 0.60 0.41 0 0.18 220.48 0.58 0.57
Hex 53 7C D1 3C 29 0 12 DC 3A 39
Octal 123 174 321 74 51 0 22 334 72 71
Binary 1010011 1111100 11010001 111100 101001 0 10010 11011100 111010 111001

Color Harmonies of #537CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CD1

Black with #537CD1

Text Example


Text Example

White with #537CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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