#508896

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

Shades of Hippie Blue #508896

Tints of Hippie Blue #508896

Color information

#508896 (or 0x508896) is unknown color: approx Hippie Blue. HEX triplet: 50, 88 and 96. RGB value is (80,136,150). Sum of RGB (Red+Green+Blue) = 80+136+150=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #508896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508896 is #AF7769. Grayscale: #787878. Windows color (decimal): -11499370 or 9865296. OLE color: 9865296.

HSL color Cylindrical-coordinate representation of color #508896: hue angle of 192º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508896 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80136150-
CMYK0.470.0900.41
HSL192º30.43%45.1%-
HSV(B)192º46.67%58.82%-
XYZ17.6221.5232.08-
YUV120.85144.4598.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=21.86%
G=37.16%
B=40.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801361500.470.0900.4119230.4345.1
Hex5088962F9029c01e2d
Octal12021022657110513003655
Binary10100001000100010010110101111100101010011100000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508896; }

 p { color: rgb(80,136,150); }

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

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

 a { background-color: rgb(80,136,150); }

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

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

 span { border-color: rgb(80,136,150); }

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