Html Css Color HEX #537AD2 Havelock Blue

📋 copy color: '#537AD2'

red 83 ◦ green 122 ◦ blue 210

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

Shades of Havelock Blue #537AD2

Tints of Havelock Blue #537AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.6%

R = 20%
G = 29.4%
B = 50.6%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#537AD2 (or 0x537AD2) is known color: Havelock Blue. HEX triplet: 53, 7A and D2. RGB value is (83,122,210). Sum of RGB (Red+Green+Blue) = 83+122+210=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 210 (82.42% from 255 or 50.60% from 415); Max value from RGB is 210 - color contains mainly: blue. Hex color #537AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AD2 is #AC852D. Grayscale: #777777. Windows color (decimal): -11306286 or 13793875. OLE color: 13793875.

HSL color Cylindrical-coordinate representation of color #537AD2: hue angle of 221.57º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537AD2 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 122 210 -
CMYK 0.60 0.42 0 0.18
HSL 221.57º 0.59% 0.57% -
HSV(B) 221.57º 0.6% 0.82% -
XYZ 22.16 20.41 63.74 -
YUV 120.37 178.58 101.34 -
System Red Green Blue C M Y K H S L
Decimal 83 122 210 0.60 0.42 0 0.18 221.57 0.59 0.57
Hex 53 7A D2 3C 2A 0 12 DE 3B 39
Octal 123 172 322 74 52 0 22 336 73 71
Binary 1010011 1111010 11010010 111100 101010 0 10010 11011110 111011 111001

Color Harmonies of #537AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AD2

Black with #537AD2

Text Example


Text Example

White with #537AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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