#537F95

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

Shades of Hippie Blue #537F95

Tints of Hippie Blue #537F95

Color information

#537F95 (or 0x537F95) is unknown color: approx Hippie Blue. HEX triplet: 53, 7F and 95. RGB value is (83,127,149). Sum of RGB (Red+Green+Blue) = 83+127+149=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #537F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F95 is #AC806A. Grayscale: #747474. Windows color (decimal): -11305067 or 9797459. OLE color: 9797459.

HSL color Cylindrical-coordinate representation of color #537F95: hue angle of 200º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537F95 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83127149-
CMYK0.440.1500.42
HSL200º28.45%45.49%-
HSV(B)200º44.3%58.43%-
XYZ16.5819.1931.26-
YUV116.35146.42104.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=23.12%
G=35.38%
B=41.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831271490.440.1500.4220028.4545.49
Hex537F952CF02Ac81c2d
Octal12317722554170523103455
Binary1010011111111110010101101100111101010101100100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,127,149); }

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

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

 a { background-color: rgb(83,127,149); }

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

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

 span { border-color: rgb(83,127,149); }

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