Html Css Color HEX #537BD2 Havelock Blue

📋 copy color: '#537BD2'

red 83 ◦ green 123 ◦ blue 210

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

Shades of Havelock Blue #537BD2

Tints of Havelock Blue #537BD2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

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

R = 19.95%
G = 29.57%
B = 50.48%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#537BD2 (or 0x537BD2) is known color: Havelock Blue. HEX triplet: 53, 7B and D2. RGB value is (83,123,210). Sum of RGB (Red+Green+Blue) = 83+123+210=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #537BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BD2 is #AC842D. Grayscale: #787878. Windows color (decimal): -11306030 or 13794131. OLE color: 13794131.

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

Color convert

RGB 83 123 210 -
CMYK 0.60 0.41 0 0.18
HSL 221.1º 0.59% 0.57% -
HSV(B) 221.1º 0.6% 0.82% -
XYZ 22.28 20.66 63.79 -
YUV 120.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 83 123 210 0.60 0.41 0 0.18 221.1 0.59 0.57
Hex 53 7B D2 3C 29 0 12 DD 3B 39
Octal 123 173 322 74 51 0 22 335 73 71
Binary 1010011 1111011 11010010 111100 101001 0 10010 11011101 111011 111001

Color Harmonies of #537BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BD2

Black with #537BD2

Text Example


Text Example

White with #537BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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