Html Css Color HEX #537DCE Havelock Blue

📋 copy color: '#537DCE'

red 83 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #537DCE

Tints of Havelock Blue #537DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 20.05%
G = 30.19%
B = 49.76%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#537DCE (or 0x537DCE) is known color: Havelock Blue. HEX triplet: 53, 7D and CE. RGB value is (83,125,206). Sum of RGB (Red+Green+Blue) = 83+125+206=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #537DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DCE is #AC8231. Grayscale: #797979. Windows color (decimal): -11305522 or 13532499. OLE color: 13532499.

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

Color convert

RGB 83 125 206 -
CMYK 0.60 0.39 0 0.19
HSL 219.51º 0.56% 0.57% -
HSV(B) 219.51º 0.6% 0.81% -
XYZ 22.04 20.96 61.28 -
YUV 121.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 83 125 206 0.60 0.39 0 0.19 219.51 0.56 0.57
Hex 53 7D CE 3C 27 0 13 DC 38 39
Octal 123 175 316 74 47 0 23 334 70 71
Binary 1010011 1111101 11001110 111100 100111 0 10011 11011100 111000 111001

Color Harmonies of #537DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537DCE

Black with #537DCE

Text Example


Text Example

White with #537DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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