#508F95

Color #508F95 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #508F95

Tints of Half Baked #508F95

Color information

#508F95 (or 0x508F95) is unknown color: approx Half Baked. HEX triplet: 50, 8F and 95. RGB value is (80,143,149). Sum of RGB (Red+Green+Blue) = 80+143+149=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #508F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F95 is #AF706A. Grayscale: #7C7C7C. Windows color (decimal): -11497579 or 9801552. OLE color: 9801552.

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

Color convert

RGB80143149-
CMYK0.460.0400.42
HSL185.22º30.13%44.9%-
HSV(B)185.22º46.31%58.43%-
XYZ18.5623.5232-
YUV124.85141.6396.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 143 (56.25% from 255) = 38.44%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=21.51%
G=38.44%
B=40.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801431490.460.0400.42185.2230.1344.9
Hex508F952E402Ab91e2d
Octal1202172255640522713655
Binary1010000100011111001010110111010001010101011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508F95; }

 p { color: rgb(80,143,149); }

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

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

 a { background-color: rgb(80,143,149); }

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

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

 span { border-color: rgb(80,143,149); }

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