#508094

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

Shades of Hippie Blue #508094

Tints of Hippie Blue #508094

Color information

#508094 (or 0x508094) is unknown color: approx Hippie Blue. HEX triplet: 50, 80 and 94. RGB value is (80,128,148). Sum of RGB (Red+Green+Blue) = 80+128+148=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #508094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508094 is #AF7F6B. Grayscale: #737373. Windows color (decimal): -11501420 or 9732176. OLE color: 9732176.

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

Color convert

RGB80128148-
CMYK0.460.1400.42
HSL197.65º29.82%44.71%-
HSV(B)197.65º45.95%58.04%-
XYZ16.3719.2830.88-
YUV115.93146.1102.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=22.47%
G=35.96%
B=41.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801281480.460.1400.42197.6529.8244.71
Hex5080942EE02Ac61e2d
Octal12020022456160523063655
Binary10100001000000010010100101110111001010101100011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508094; }

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

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

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

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

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

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

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

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