#508294

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

Shades of Hippie Blue #508294

Tints of Hippie Blue #508294

Color information

#508294 (or 0x508294) is unknown color: approx Hippie Blue. HEX triplet: 50, 82 and 94. RGB value is (80,130,148). Sum of RGB (Red+Green+Blue) = 80+130+148=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #508294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508294 is #AF7D6B. Grayscale: #747474. Windows color (decimal): -11500908 or 9732688. OLE color: 9732688.

HSL color Cylindrical-coordinate representation of color #508294: hue angle of 195.88º 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 #508294 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB80130148-
CMYK0.460.1200.42
HSL195.88º29.82%44.71%-
HSV(B)195.88º45.95%58.04%-
XYZ16.6419.8130.96-
YUV117.1145.44101.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=22.35%
G=36.31%
B=41.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801301480.460.1200.42195.8829.8244.71
Hex5082942EC02Ac41e2d
Octal12020222456140523043655
Binary10100001000001010010100101110110001010101100010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508294; }

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

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

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

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

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

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

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

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