#537D99

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

Shades of Hippie Blue #537D99

Tints of Hippie Blue #537D99

Color information

#537D99 (or 0x537D99) is unknown color: approx Hippie Blue. HEX triplet: 53, 7D and 99. RGB value is (83,125,153). Sum of RGB (Red+Green+Blue) = 83+125+153=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #537D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D99 is #AC8266. Grayscale: #737373. Windows color (decimal): -11305575 or 10059091. OLE color: 10059091.

HSL color Cylindrical-coordinate representation of color #537D99: hue angle of 204º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537D99 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB83125153-
CMYK0.460.1800.4
HSL204º29.66%46.27%-
HSV(B)204º45.75%60%-
XYZ16.6518.8132.89-
YUV115.63149.09104.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=22.99%
G=34.63%
B=42.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831251530.460.1800.420429.6646.27
Hex537D992E12028cc1e2e
Octal12317523156220503143656
Binary10100111111101100110011011101001001010001100110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,125,153); }

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

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

 a { background-color: rgb(83,125,153); }

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

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

 span { border-color: rgb(83,125,153); }

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