Html Css Color HEX #537AB7 Havelock Blue

📋 copy color: '#537AB7'

red 83 ◦ green 122 ◦ blue 183

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

Shades of Havelock Blue #537AB7

Tints of Havelock Blue #537AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 21.39%
G = 31.44%
B = 47.16%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#537AB7 (or 0x537AB7) is known color: Havelock Blue. HEX triplet: 53, 7A and B7. RGB value is (83,122,183). Sum of RGB (Red+Green+Blue) = 83+122+183=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #537AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AB7 is #AC8548. Grayscale: #757575. Windows color (decimal): -11306313 or 12024403. OLE color: 12024403.

HSL color Cylindrical-coordinate representation of color #537AB7: hue angle of 216.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537AB7 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 122 183 -
CMYK 0.55 0.33 0 0.28
HSL 216.6º 0.41% 0.52% -
HSV(B) 216.6º 0.55% 0.72% -
XYZ 19.07 19.18 47.5 -
YUV 117.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 83 122 183 0.55 0.33 0 0.28 216.6 0.41 0.52
Hex 53 7A B7 37 21 0 1C D9 29 34
Octal 123 172 267 67 41 0 34 331 51 64
Binary 1010011 1111010 10110111 110111 100001 0 11100 11011001 101001 110100

Color Harmonies of #537AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537AB7

Black with #537AB7

Text Example


Text Example

White with #537AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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