Html Css Color HEX #537FCE Havelock Blue

📋 copy color: '#537FCE'

red 83 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #537FCE

Tints of Havelock Blue #537FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

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

R = 19.95%
G = 30.53%
B = 49.52%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#537FCE (or 0x537FCE) is known color: Havelock Blue. HEX triplet: 53, 7F and CE. RGB value is (83,127,206). Sum of RGB (Red+Green+Blue) = 83+127+206=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #537FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FCE is #AC8031. Grayscale: #7A7A7A. Windows color (decimal): -11305010 or 13533011. OLE color: 13533011.

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

Color convert

RGB 83 127 206 -
CMYK 0.60 0.38 0 0.19
HSL 218.54º 0.56% 0.57% -
HSV(B) 218.54º 0.6% 0.81% -
XYZ 22.3 21.47 61.36 -
YUV 122.85 174.92 99.58 -
System Red Green Blue C M Y K H S L
Decimal 83 127 206 0.60 0.38 0 0.19 218.54 0.56 0.57
Hex 53 7F CE 3C 26 0 13 DB 38 39
Octal 123 177 316 74 46 0 23 333 70 71
Binary 1010011 1111111 11001110 111100 100110 0 10011 11011011 111000 111001

Color Harmonies of #537FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FCE

Black with #537FCE

Text Example


Text Example

White with #537FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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