Html Css Color HEX #537ABA Havelock Blue

📋 copy color: '#537ABA'

red 83 ◦ green 122 ◦ blue 186

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

Shades of Havelock Blue #537ABA

Tints of Havelock Blue #537ABA

RGB

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

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

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

R = 21.23%
G = 31.2%
B = 47.57%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537ABA (or 0x537ABA) is known color: Havelock Blue. HEX triplet: 53, 7A and BA. RGB value is (83,122,186). Sum of RGB (Red+Green+Blue) = 83+122+186=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #537ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ABA is #AC8545. Grayscale: #757575. Windows color (decimal): -11306310 or 12221011. OLE color: 12221011.

HSL color Cylindrical-coordinate representation of color #537ABA: hue angle of 217.28º 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 #537ABA is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 122 186 -
CMYK 0.55 0.34 0 0.27
HSL 217.28º 0.43% 0.53% -
HSV(B) 217.28º 0.55% 0.73% -
XYZ 19.39 19.3 49.16 -
YUV 117.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 83 122 186 0.55 0.34 0 0.27 217.28 0.43 0.53
Hex 53 7A BA 37 22 0 1B D9 2B 35
Octal 123 172 272 67 42 0 33 331 53 65
Binary 1010011 1111010 10111010 110111 100010 0 11011 11011001 101011 110101

Color Harmonies of #537ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ABA

Black with #537ABA

Text Example


Text Example

White with #537ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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