#508894

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

Shades of Hippie Blue #508894

Tints of Hippie Blue #508894

Color information

#508894 (or 0x508894) is unknown color: approx Hippie Blue. HEX triplet: 50, 88 and 94. RGB value is (80,136,148). Sum of RGB (Red+Green+Blue) = 80+136+148=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #508894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508894 is #AF776B. Grayscale: #787878. Windows color (decimal): -11499372 or 9734224. OLE color: 9734224.

HSL color Cylindrical-coordinate representation of color #508894: hue angle of 190.59º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508894 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80136148-
CMYK0.460.0800.42
HSL190.59º29.82%44.71%-
HSV(B)190.59º45.95%58.04%-
XYZ17.4621.4531.24-
YUV120.62143.4599.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 148 (58.20% from 255) = 40.66%
R=21.98%
G=37.36%
B=40.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801361480.460.0800.42190.5929.8244.71
Hex5088942E802Abf1e2d
Octal12021022456100522773655
Binary10100001000100010010100101110100001010101011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508894; }

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

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

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

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

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

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

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

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