Html Css Color HEX #537AB6 Havelock Blue

📋 copy color: '#537AB6'

red 83 ◦ green 122 ◦ blue 182

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

Shades of Havelock Blue #537AB6

Tints of Havelock Blue #537AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 21.45%
G = 31.52%
B = 47.03%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#537AB6 (or 0x537AB6) is known color: Havelock Blue. HEX triplet: 53, 7A and B6. RGB value is (83,122,182). Sum of RGB (Red+Green+Blue) = 83+122+182=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #537AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AB6 is #AC8549. Grayscale: #747474. Windows color (decimal): -11306314 or 11958867. OLE color: 11958867.

HSL color Cylindrical-coordinate representation of color #537AB6: hue angle of 216.36º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537AB6 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 122 182 -
CMYK 0.54 0.33 0 0.29
HSL 216.36º 0.4% 0.52% -
HSV(B) 216.36º 0.54% 0.71% -
XYZ 18.97 19.14 46.95 -
YUV 117.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 83 122 182 0.54 0.33 0 0.29 216.36 0.4 0.52
Hex 53 7A B6 36 21 0 1D D8 28 34
Octal 123 172 266 66 41 0 35 330 50 64
Binary 1010011 1111010 10110110 110110 100001 0 11101 11011000 101000 110100

Color Harmonies of #537AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AB6

Black with #537AB6

Text Example


Text Example

White with #537AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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