#519595

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

Shades of Half Baked #519595

Tints of Half Baked #519595

Color information

#519595 (or 0x519595) is unknown color: approx Half Baked. HEX triplet: 51, 95 and 95. RGB value is (81,149,149). Sum of RGB (Red+Green+Blue) = 81+149+149=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #519595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519595 is #AE6A6A. Grayscale: #808080. Windows color (decimal): -11430507 or 9803089. OLE color: 9803089.

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

Color convert

RGB81149149-
CMYK0.46000.42
HSL180º29.57%45.1%-
HSV(B)180º45.64%58.43%-
XYZ19.5725.4132.31-
YUV128.67139.4794-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.37%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=21.37%
G=39.31%
B=39.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491490.46000.4218029.5745.1
Hex5195952E002Ab41e2d
Octal1212252255600522643655
Binary10100011001010110010101101110001010101011010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519595; }

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

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

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

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

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

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

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

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