#508698

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

Shades of Hippie Blue #508698

Tints of Hippie Blue #508698

Color information

#508698 (or 0x508698) is unknown color: approx Hippie Blue. HEX triplet: 50, 86 and 98. RGB value is (80,134,152). Sum of RGB (Red+Green+Blue) = 80+134+152=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #508698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508698 is #AF7967. Grayscale: #777777. Windows color (decimal): -11499880 or 9995856. OLE color: 9995856.

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

Color convert

RGB80134152-
CMYK0.470.1200.40
HSL195º31.03%45.49%-
HSV(B)195º47.37%59.61%-
XYZ17.521.0232.84-
YUV119.91146.1199.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=21.86%
G=36.61%
B=41.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801341520.470.1200.4019531.0345.49
Hex5086982FC028c31f2d
Octal12020623057140503033755
Binary10100001000011010011000101111110001010001100001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508698; }

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

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

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

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

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

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

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

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