Html Css Color HEX #537EBC Havelock Blue

📋 copy color: '#537EBC'

red 83 ◦ green 126 ◦ blue 188

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

Shades of Havelock Blue #537EBC

Tints of Havelock Blue #537EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 20.91%
G = 31.74%
B = 47.36%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#537EBC (or 0x537EBC) is known color: Havelock Blue. HEX triplet: 53, 7E and BC. RGB value is (83,126,188). Sum of RGB (Red+Green+Blue) = 83+126+188=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #537EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EBC is #AC8143. Grayscale: #777777. Windows color (decimal): -11305284 or 12353107. OLE color: 12353107.

HSL color Cylindrical-coordinate representation of color #537EBC: hue angle of 215.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537EBC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 126 188 -
CMYK 0.56 0.33 0 0.26
HSL 215.43º 0.44% 0.53% -
HSV(B) 215.43º 0.56% 0.74% -
XYZ 20.11 20.39 50.45 -
YUV 120.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 83 126 188 0.56 0.33 0 0.26 215.43 0.44 0.53
Hex 53 7E BC 38 21 0 1A D7 2C 35
Octal 123 176 274 70 41 0 32 327 54 65
Binary 1010011 1111110 10111100 111000 100001 0 11010 11010111 101100 110101

Color Harmonies of #537EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537EBC

Black with #537EBC

Text Example


Text Example

White with #537EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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