Html Css Color HEX #519599 Half Baked

📋 copy color: '#519599'

red 81 ◦ green 149 ◦ blue 153

#519599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #519599

Tints of Half Baked #519599

RGB

 RED value IS 81 (32.03% from 255) = 21.15%

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 153 (60.16% from 255) = 39.95%

R = 21.15%
G = 38.9%
B = 39.95%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#519599 (or 0x519599) is known color: Half Baked. HEX triplet: 51, 95 and 99. RGB value is (81,149,153). Sum of RGB (Red+Green+Blue) = 81+149+153=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #519599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519599 is #AE6A66. Grayscale: #818181. Windows color (decimal): -11430503 or 10065233. OLE color: 10065233.

HSL color Cylindrical-coordinate representation of color #519599: hue angle of 183.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519599 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 149 153 -
CMYK 0.47 0.03 0 0.4
HSL 183.33º 0.31% 0.46% -
HSV(B) 183.33º 0.47% 0.6% -
XYZ 19.89 25.54 34.02 -
YUV 129.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 81 149 153 0.47 0.03 0 0.4 183.33 0.31 0.46
Hex 51 95 99 2F 3 0 28 B7 1F 2E
Octal 121 225 231 57 3 0 50 267 37 56
Binary 1010001 10010101 10011001 101111 11 0 101000 10110111 11111 101110

Color Harmonies of #519599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519599

Black with #519599

Text Example


Text Example

White with #519599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519599; }

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

 H1.HeaderClassName
 {
   color: #519599;
 }
 .AnyTagClassName
 {
   color: #519599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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