Html Css Color HEX #519392 Half Baked

📋 copy color: '#519392'

red 81 ◦ green 147 ◦ blue 146

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

Shades of Half Baked #519392

Tints of Half Baked #519392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 21.66%
G = 39.3%
B = 39.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#519392 (or 0x519392) is known color: Half Baked. HEX triplet: 51, 93 and 92. RGB value is (81,147,146). Sum of RGB (Red+Green+Blue) = 81+147+146=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #519392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519392 is #AE6C6D. Grayscale: #7F7F7F. Windows color (decimal): -11431022 or 9605969. OLE color: 9605969.

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

Color convert

RGB 81 147 146 -
CMYK 0.45 0 0.01 0.42
HSL 179.09º 0.29% 0.45% -
HSV(B) 179.09º 0.45% 0.58% -
XYZ 19.02 24.69 30.96 -
YUV 127.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 81 147 146 0.45 0 0.01 0.42 179.09 0.29 0.45
Hex 51 93 92 2D 0 1 2A B3 1D 2D
Octal 121 223 222 55 0 1 52 263 35 55
Binary 1010001 10010011 10010010 101101 0 1 101010 10110011 11101 101101

Color Harmonies of #519392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519392

Black with #519392

Text Example


Text Example

White with #519392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519392; }

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

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

background-color css

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

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

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

border-color css

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

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

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