#508898

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

Shades of Hippie Blue #508898

Tints of Hippie Blue #508898

Color information

#508898 (or 0x508898) is unknown color: approx Hippie Blue. HEX triplet: 50, 88 and 98. RGB value is (80,136,152). Sum of RGB (Red+Green+Blue) = 80+136+152=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #508898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508898 is #AF7767. Grayscale: #787878. Windows color (decimal): -11499368 or 9996368. OLE color: 9996368.

HSL color Cylindrical-coordinate representation of color #508898: hue angle of 193.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508898 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80136152-
CMYK0.470.1100.40
HSL193.33º31.03%45.49%-
HSV(B)193.33º47.37%59.61%-
XYZ17.7821.5832.93-
YUV121.08145.4598.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=21.74%
G=36.96%
B=41.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801361520.470.1100.40193.3331.0345.49
Hex5088982FB028c11f2d
Octal12021023057130503013755
Binary10100001000100010011000101111101101010001100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508898; }

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

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

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

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

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

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

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

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