#508892

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

Shades of Half Baked #508892

Tints of Half Baked #508892

Color information

#508892 (or 0x508892) is unknown color: approx Half Baked. HEX triplet: 50, 88 and 92. RGB value is (80,136,146). Sum of RGB (Red+Green+Blue) = 80+136+146=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #508892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508892 is #AF776D. Grayscale: #787878. Windows color (decimal): -11499374 or 9603152. OLE color: 9603152.

HSL color Cylindrical-coordinate representation of color #508892: hue angle of 189.09º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508892 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB80136146-
CMYK0.450.0700.43
HSL189.09º29.2%44.31%-
HSV(B)189.09º45.21%57.25%-
XYZ17.321.3930.41-
YUV120.4142.4599.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=22.10%
G=37.57%
B=40.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801361460.450.0700.43189.0929.244.31
Hex5088922D702Bbd1d2c
Octal1202102225570532753554
Binary1010000100010001001001010110111101010111011110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508892; }

 p { color: rgb(80,136,146); }

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

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

 a { background-color: rgb(80,136,146); }

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

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

 span { border-color: rgb(80,136,146); }

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