Html Css Color HEX #537ABB Havelock Blue

📋 copy color: '#537ABB'

red 83 ◦ green 122 ◦ blue 187

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

Shades of Havelock Blue #537ABB

Tints of Havelock Blue #537ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 21.17%
G = 31.12%
B = 47.7%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#537ABB (or 0x537ABB) is known color: Havelock Blue. HEX triplet: 53, 7A and BB. RGB value is (83,122,187). Sum of RGB (Red+Green+Blue) = 83+122+187=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #537ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ABB is #AC8544. Grayscale: #757575. Windows color (decimal): -11306309 or 12286547. OLE color: 12286547.

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

Color convert

RGB 83 122 187 -
CMYK 0.56 0.35 0 0.27
HSL 217.5º 0.43% 0.53% -
HSV(B) 217.5º 0.56% 0.73% -
XYZ 19.5 19.35 49.72 -
YUV 117.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 83 122 187 0.56 0.35 0 0.27 217.5 0.43 0.53
Hex 53 7A BB 38 23 0 1B DA 2B 35
Octal 123 172 273 70 43 0 33 332 53 65
Binary 1010011 1111010 10111011 111000 100011 0 11011 11011010 101011 110101

Color Harmonies of #537ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ABB

Black with #537ABB

Text Example


Text Example

White with #537ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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