Html Css Color HEX #537BD0 Havelock Blue

📋 copy color: '#537BD0'

red 83 ◦ green 123 ◦ blue 208

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

Shades of Havelock Blue #537BD0

Tints of Havelock Blue #537BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 20.05%
G = 29.71%
B = 50.24%

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

#537BD0 (or 0x537BD0) is known color: Havelock Blue. HEX triplet: 53, 7B and D0. RGB value is (83,123,208). Sum of RGB (Red+Green+Blue) = 83+123+208=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #537BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BD0 is #AC842F. Grayscale: #787878. Windows color (decimal): -11306032 or 13663059. OLE color: 13663059.

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

Color convert

RGB 83 123 208 -
CMYK 0.60 0.41 0 0.18
HSL 220.8º 0.57% 0.57% -
HSV(B) 220.8º 0.6% 0.82% -
XYZ 22.04 20.56 62.48 -
YUV 120.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 83 123 208 0.60 0.41 0 0.18 220.8 0.57 0.57
Hex 53 7B D0 3C 29 0 12 DD 39 39
Octal 123 173 320 74 51 0 22 335 71 71
Binary 1010011 1111011 11010000 111100 101001 0 10010 11011101 111001 111001

Color Harmonies of #537BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537BD0

Black with #537BD0

Text Example


Text Example

White with #537BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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