#518B89

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

Shades of Half Baked #518B89

Tints of Half Baked #518B89

Color information

#518B89 (or 0x518B89) is unknown color: approx Half Baked. HEX triplet: 51, 8B and 89. RGB value is (81,139,137). Sum of RGB (Red+Green+Blue) = 81+139+137=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #518B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B89 is #AE7476. Grayscale: #797979. Windows color (decimal): -11433079 or 9014097. OLE color: 9014097.

HSL color Cylindrical-coordinate representation of color #518B89: hue angle of 177.93º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B89 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB81139137-
CMYK0.4200.010.45
HSL177.93º26.36%43.14%-
HSV(B)177.93º41.73%54.51%-
XYZ17.1422.0227.01-
YUV121.43136.7899.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 139 (54.69% from 255) = 38.94%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=22.69%
G=38.94%
B=38.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811391370.4200.010.45177.9326.3643.14
Hex518B892A012Db21a2b
Octal1212132115201552623253
Binary10100011000101110001001101010011011011011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518B89; }

 p { color: rgb(81,139,137); }

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

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

 a { background-color: rgb(81,139,137); }

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

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

 span { border-color: rgb(81,139,137); }

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