Html Css Color HEX #519997 Half Baked

📋 copy color: '#519997'

red 81 ◦ green 153 ◦ blue 151

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

Shades of Half Baked #519997

Tints of Half Baked #519997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 21.04%
G = 39.74%
B = 39.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#519997 (or 0x519997) is known color: Half Baked. HEX triplet: 51, 99 and 97. RGB value is (81,153,151). Sum of RGB (Red+Green+Blue) = 81+153+151=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #519997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519997 is #AE6668. Grayscale: #838383. Windows color (decimal): -11429481 or 9935185. OLE color: 9935185.

HSL color Cylindrical-coordinate representation of color #519997: hue angle of 178.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 #519997 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 151 -
CMYK 0.47 0 0.01 0.4
HSL 178.33º 0.31% 0.46% -
HSV(B) 178.33º 0.47% 0.6% -
XYZ 20.37 26.77 33.37 -
YUV 131.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 81 153 151 0.47 0 0.01 0.4 178.33 0.31 0.46
Hex 51 99 97 2F 0 1 28 B2 1F 2E
Octal 121 231 227 57 0 1 50 262 37 56
Binary 1010001 10011001 10010111 101111 0 1 101000 10110010 11111 101110

Color Harmonies of #519997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519997

Black with #519997

Text Example


Text Example

White with #519997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519997; }

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

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

background-color css

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

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

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

border-color css

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

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

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