Html Css Color HEX #537ACE Havelock Blue

📋 copy color: '#537ACE'

red 83 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #537ACE

Tints of Havelock Blue #537ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.68%

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

R = 20.19%
G = 29.68%
B = 50.12%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#537ACE (or 0x537ACE) is known color: Havelock Blue. HEX triplet: 53, 7A and CE. RGB value is (83,122,206). Sum of RGB (Red+Green+Blue) = 83+122+206=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #537ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ACE is #AC8531. Grayscale: #777777. Windows color (decimal): -11306290 or 13531731. OLE color: 13531731.

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

Color convert

RGB 83 122 206 -
CMYK 0.60 0.41 0 0.19
HSL 220.98º 0.56% 0.57% -
HSV(B) 220.98º 0.6% 0.81% -
XYZ 21.67 20.21 61.15 -
YUV 119.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 83 122 206 0.60 0.41 0 0.19 220.98 0.56 0.57
Hex 53 7A CE 3C 29 0 13 DD 38 39
Octal 123 172 316 74 51 0 23 335 70 71
Binary 1010011 1111010 11001110 111100 101001 0 10011 11011101 111000 111001

Color Harmonies of #537ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ACE

Black with #537ACE

Text Example


Text Example

White with #537ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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