#519597

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

Shades of Half Baked #519597

Tints of Half Baked #519597

Color information

#519597 (or 0x519597) is unknown color: approx Half Baked. HEX triplet: 51, 95 and 97. RGB value is (81,149,151). Sum of RGB (Red+Green+Blue) = 81+149+151=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #519597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519597 is #AE6A68. Grayscale: #808080. Windows color (decimal): -11430505 or 9934161. OLE color: 9934161.

HSL color Cylindrical-coordinate representation of color #519597: hue angle of 181.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519597 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81149151-
CMYK0.460.0100.41
HSL181.71º30.17%45.49%-
HSV(B)181.71º46.36%59.22%-
XYZ19.7325.4833.16-
YUV128.9140.4793.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=21.26%
G=39.11%
B=39.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811491510.460.0100.41181.7130.1745.49
Hex5195972E1029b61e2d
Octal1212252275610512663655
Binary10100011001010110010111101110101010011011011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519597; }

 p { color: rgb(81,149,151); }

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

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

 a { background-color: rgb(81,149,151); }

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

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

 span { border-color: rgb(81,149,151); }

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