#508392

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

Shades of Hippie Blue #508392

Tints of Hippie Blue #508392

Color information

#508392 (or 0x508392) is unknown color: approx Hippie Blue. HEX triplet: 50, 83 and 92. RGB value is (80,131,146). Sum of RGB (Red+Green+Blue) = 80+131+146=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #508392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508392 is #AF7C6D. Grayscale: #757575. Windows color (decimal): -11500654 or 9601872. OLE color: 9601872.

HSL color Cylindrical-coordinate representation of color #508392: hue angle of 193.64º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508392 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80131146-
CMYK0.450.1000.43
HSL193.64º29.2%44.31%-
HSV(B)193.64º45.21%57.25%-
XYZ16.6120.0130.18-
YUV117.46144.1101.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=22.41%
G=36.69%
B=40.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801311460.450.1000.43193.6429.244.31
Hex5083922DA02Bc21d2c
Octal12020322255120533023554
Binary10100001000001110010010101101101001010111100001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508392; }

 p { color: rgb(80,131,146); }

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

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

 a { background-color: rgb(80,131,146); }

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

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

 span { border-color: rgb(80,131,146); }

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