Html Css Color HEX #537EBA Havelock Blue

📋 copy color: '#537EBA'

red 83 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #537EBA

Tints of Havelock Blue #537EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 21.01%
G = 31.9%
B = 47.09%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537EBA (or 0x537EBA) is known color: Havelock Blue. HEX triplet: 53, 7E and BA. RGB value is (83,126,186). Sum of RGB (Red+Green+Blue) = 83+126+186=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #537EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EBA is #AC8145. Grayscale: #777777. Windows color (decimal): -11305286 or 12222035. OLE color: 12222035.

HSL color Cylindrical-coordinate representation of color #537EBA: hue angle of 214.95º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537EBA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 126 186 -
CMYK 0.55 0.32 0 0.27
HSL 214.95º 0.43% 0.53% -
HSV(B) 214.95º 0.55% 0.73% -
XYZ 19.89 20.31 49.33 -
YUV 119.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 83 126 186 0.55 0.32 0 0.27 214.95 0.43 0.53
Hex 53 7E BA 37 20 0 1B D7 2B 35
Octal 123 176 272 67 40 0 33 327 53 65
Binary 1010011 1111110 10111010 110111 100000 0 11011 11010111 101011 110101

Color Harmonies of #537EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EBA

Black with #537EBA

Text Example


Text Example

White with #537EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,126,186); }

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

background-color css

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

 a { background-color: rgb(83,126,186); }

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

border-color css

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

 span { border-color: rgb(83,126,186); }

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