#519593

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

Shades of Half Baked #519593

Tints of Half Baked #519593

Color information

#519593 (or 0x519593) is unknown color: approx Half Baked. HEX triplet: 51, 95 and 93. RGB value is (81,149,147). Sum of RGB (Red+Green+Blue) = 81+149+147=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #519593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519593 is #AE6A6C. Grayscale: #808080. Windows color (decimal): -11430509 or 9672017. OLE color: 9672017.

HSL color Cylindrical-coordinate representation of color #519593: hue angle of 178.24º 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 #519593 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB81149147-
CMYK0.4600.010.42
HSL178.24º29.57%45.1%-
HSV(B)178.24º45.64%58.43%-
XYZ19.4125.3531.47-
YUV128.44138.4794.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=21.49%
G=39.52%
B=38.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491470.4600.010.42178.2429.5745.1
Hex5195932E012Ab21e2d
Octal1212252235601522623655
Binary10100011001010110010011101110011010101011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519593; }

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

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

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

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

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

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

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

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