Html Css Color HEX #537ECF Havelock Blue

📋 copy color: '#537ECF'

red 83 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #537ECF

Tints of Havelock Blue #537ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 19.95%
G = 30.29%
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

#537ECF (or 0x537ECF) is known color: Havelock Blue. HEX triplet: 53, 7E and CF. RGB value is (83,126,207). Sum of RGB (Red+Green+Blue) = 83+126+207=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #537ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ECF is #AC8130. Grayscale: #7A7A7A. Windows color (decimal): -11305265 or 13598291. OLE color: 13598291.

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

Color convert

RGB 83 126 207 -
CMYK 0.60 0.39 0 0.19
HSL 219.19º 0.56% 0.57% -
HSV(B) 219.19º 0.6% 0.81% -
XYZ 22.29 21.27 61.96 -
YUV 122.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 83 126 207 0.60 0.39 0 0.19 219.19 0.56 0.57
Hex 53 7E CF 3C 27 0 13 DB 38 39
Octal 123 176 317 74 47 0 23 333 70 71
Binary 1010011 1111110 11001111 111100 100111 0 10011 11011011 111000 111001

Color Harmonies of #537ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ECF

Black with #537ECF

Text Example


Text Example

White with #537ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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