Html Css Color HEX #537ABE Havelock Blue

📋 copy color: '#537ABE'

red 83 ◦ green 122 ◦ blue 190

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

Shades of Havelock Blue #537ABE

Tints of Havelock Blue #537ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 21.01%
G = 30.89%
B = 48.1%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#537ABE (or 0x537ABE) is known color: Havelock Blue. HEX triplet: 53, 7A and BE. RGB value is (83,122,190). Sum of RGB (Red+Green+Blue) = 83+122+190=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #537ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ABE is #AC8541. Grayscale: #757575. Windows color (decimal): -11306306 or 12483155. OLE color: 12483155.

HSL color Cylindrical-coordinate representation of color #537ABE: hue angle of 218.13º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537ABE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 122 190 -
CMYK 0.56 0.36 0 0.25
HSL 218.13º 0.45% 0.54% -
HSV(B) 218.13º 0.56% 0.75% -
XYZ 19.82 19.48 51.43 -
YUV 118.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 83 122 190 0.56 0.36 0 0.25 218.13 0.45 0.54
Hex 53 7A BE 38 24 0 19 DA 2D 36
Octal 123 172 276 70 44 0 31 332 55 66
Binary 1010011 1111010 10111110 111000 100100 0 11001 11011010 101101 110110

Color Harmonies of #537ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537ABE

Black with #537ABE

Text Example


Text Example

White with #537ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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