Html Css Color HEX #519799 Half Baked

📋 copy color: '#519799'

red 81 ◦ green 151 ◦ blue 153

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

Shades of Half Baked #519799

Tints of Half Baked #519799

RGB

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

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

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

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

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 81 151 153 -
CMYK 0.47 0.01 0 0.4
HSL 181.67º 0.31% 0.46% -
HSV(B) 181.67º 0.47% 0.6% -
XYZ 20.21 26.18 34.13 -
YUV 130.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 81 151 153 0.47 0.01 0 0.4 181.67 0.31 0.46
Hex 51 97 99 2F 1 0 28 B6 1F 2E
Octal 121 227 231 57 1 0 50 266 37 56
Binary 1010001 10010111 10011001 101111 1 0 101000 10110110 11111 101110

Color Harmonies of #519799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519799

Black with #519799

Text Example


Text Example

White with #519799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519799; }

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

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

background-color css

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

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

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

border-color css

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

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

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