Html Css Color HEX #537DCD Havelock Blue

📋 copy color: '#537DCD'

red 83 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #537DCD

Tints of Havelock Blue #537DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 20.1%
G = 30.27%
B = 49.64%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#537DCD (or 0x537DCD) is known color: Havelock Blue. HEX triplet: 53, 7D and CD. RGB value is (83,125,205). Sum of RGB (Red+Green+Blue) = 83+125+205=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #537DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DCD is #AC8232. Grayscale: #797979. Windows color (decimal): -11305523 or 13466963. OLE color: 13466963.

HSL color Cylindrical-coordinate representation of color #537DCD: hue angle of 219.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537DCD is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 125 205 -
CMYK 0.60 0.39 0 0.20
HSL 219.34º 0.55% 0.56% -
HSV(B) 219.34º 0.6% 0.8% -
XYZ 21.92 20.91 60.64 -
YUV 121.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 83 125 205 0.60 0.39 0 0.20 219.34 0.55 0.56
Hex 53 7D CD 3C 27 0 14 DB 37 38
Octal 123 175 315 74 47 0 24 333 67 70
Binary 1010011 1111101 11001101 111100 100111 0 10100 11011011 110111 111000

Color Harmonies of #537DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DCD

Black with #537DCD

Text Example


Text Example

White with #537DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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