#537E97

Color #537E97 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #537E97

Tints of Hippie Blue #537E97

Color information

#537E97 (or 0x537E97) is unknown color: approx Hippie Blue. HEX triplet: 53, 7E and 97. RGB value is (83,126,151). Sum of RGB (Red+Green+Blue) = 83+126+151=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #537E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E97 is #AC8168. Grayscale: #737373. Windows color (decimal): -11305321 or 9928275. OLE color: 9928275.

HSL color Cylindrical-coordinate representation of color #537E97: hue angle of 202.06º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537E97 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83126151-
CMYK0.450.1700.41
HSL202.06º29.06%45.88%-
HSV(B)202.06º45.03%59.22%-
XYZ16.611932.07-
YUV115.99147.75104.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 151 (59.38% from 255) = 41.94%
R=23.06%
G=35%
B=41.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831261510.450.1700.41202.0629.0645.88
Hex537E972D11029ca1d2e
Octal12317622755210513123556
Binary10100111111110100101111011011000101010011100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,126,151); }

 H1.HeaderClassName
 {
   color: #537E97;
 }
 .AnyTagClassName
 {
   color: #537E97;
 }
</style>
background-color css

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

 a { background-color: rgb(83,126,151); }

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

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

 span { border-color: rgb(83,126,151); }

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