#508496

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

Shades of Hippie Blue #508496

Tints of Hippie Blue #508496

Color information

#508496 (or 0x508496) is unknown color: approx Hippie Blue. HEX triplet: 50, 84 and 96. RGB value is (80,132,150). Sum of RGB (Red+Green+Blue) = 80+132+150=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #508496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508496 is #AF7B69. Grayscale: #767676. Windows color (decimal): -11500394 or 9864272. OLE color: 9864272.

HSL color Cylindrical-coordinate representation of color #508496: hue angle of 195.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508496 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80132150-
CMYK0.470.1200.41
HSL195.43º30.43%45.1%-
HSV(B)195.43º46.67%58.82%-
XYZ17.0620.4131.89-
YUV118.5145.77100.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=22.10%
G=36.46%
B=41.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801321500.470.1200.41195.4330.4345.1
Hex5084962FC029c31e2d
Octal12020422657140513033655
Binary10100001000010010010110101111110001010011100001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508496; }

 p { color: rgb(80,132,150); }

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

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

 a { background-color: rgb(80,132,150); }

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

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

 span { border-color: rgb(80,132,150); }

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