#518B92

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

Shades of Half Baked #518B92

Tints of Half Baked #518B92

Color information

#518B92 (or 0x518B92) is unknown color: approx Half Baked. HEX triplet: 51, 8B and 92. RGB value is (81,139,146). Sum of RGB (Red+Green+Blue) = 81+139+146=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #518B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B92 is #AE746D. Grayscale: #7A7A7A. Windows color (decimal): -11433070 or 9603921. OLE color: 9603921.

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

Color convert

RGB81139146-
CMYK0.450.0500.43
HSL186.46º28.63%44.51%-
HSV(B)186.46º44.52%57.25%-
XYZ17.8122.2930.56-
YUV122.46141.2898.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=22.13%
G=37.98%
B=39.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811391460.450.0500.43186.4628.6344.51
Hex518B922D502Bba1d2d
Octal1212132225550532723555
Binary1010001100010111001001010110110101010111011101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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