#508F99

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

Shades of Half Baked #508F99

Tints of Half Baked #508F99

Color information

#508F99 (or 0x508F99) is unknown color: approx Half Baked. HEX triplet: 50, 8F and 99. RGB value is (80,143,153). Sum of RGB (Red+Green+Blue) = 80+143+153=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #508F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F99 is #AF7066. Grayscale: #7D7D7D. Windows color (decimal): -11497575 or 10063696. OLE color: 10063696.

HSL color Cylindrical-coordinate representation of color #508F99: hue angle of 188.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508F99 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80143153-
CMYK0.480.0700.4
HSL188.22º31.33%45.69%-
HSV(B)188.22º47.71%60%-
XYZ18.8823.6533.71-
YUV125.3143.6395.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=21.28%
G=38.03%
B=40.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801431530.480.0700.4188.2231.3345.69
Hex508F99307028bc1f2e
Octal1202172316070502743756
Binary1010000100011111001100111000011101010001011110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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