Html Css Color HEX #537ECE Havelock Blue

📋 copy color: '#537ECE'

red 83 ◦ green 126 ◦ blue 206

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

Shades of Havelock Blue #537ECE

Tints of Havelock Blue #537ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.36%

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

R = 20%
G = 30.36%
B = 49.64%

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

#537ECE (or 0x537ECE) is known color: Havelock Blue. HEX triplet: 53, 7E and CE. RGB value is (83,126,206). Sum of RGB (Red+Green+Blue) = 83+126+206=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #537ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ECE is #AC8131. Grayscale: #797979. Windows color (decimal): -11305266 or 13532755. OLE color: 13532755.

HSL color Cylindrical-coordinate representation of color #537ECE: hue angle of 219.02º 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 #537ECE is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 126 206 -
CMYK 0.60 0.39 0 0.19
HSL 219.02º 0.56% 0.57% -
HSV(B) 219.02º 0.6% 0.81% -
XYZ 22.17 21.22 61.32 -
YUV 122.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 83 126 206 0.60 0.39 0 0.19 219.02 0.56 0.57
Hex 53 7E CE 3C 27 0 13 DB 38 39
Octal 123 176 316 74 47 0 23 333 70 71
Binary 1010011 1111110 11001110 111100 100111 0 10011 11011011 111000 111001

Color Harmonies of #537ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ECE

Black with #537ECE

Text Example


Text Example

White with #537ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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