#508F90

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

Shades of Half Baked #508F90

Tints of Half Baked #508F90

Color information

#508F90 (or 0x508F90) is unknown color: approx Half Baked. HEX triplet: 50, 8F and 90. RGB value is (80,143,144). Sum of RGB (Red+Green+Blue) = 80+143+144=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #508F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508F90 is #AF706F. Grayscale: #7C7C7C. Windows color (decimal): -11497584 or 9473872. OLE color: 9473872.

HSL color Cylindrical-coordinate representation of color #508F90: hue angle of 180.94º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508F90 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80143144-
CMYK0.440.0100.44
HSL180.94º28.57%43.92%-
HSV(B)180.94º44.44%56.47%-
XYZ18.1623.3629.94-
YUV124.28139.1396.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=21.80%
G=38.96%
B=39.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801431440.440.0100.44180.9428.5743.92
Hex508F902C102Cb51d2c
Octal1202172205410542653554
Binary10100001000111110010000101100101011001011010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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