Html Css Color HEX #519692 Half Baked

📋 copy color: '#519692'

red 81 ◦ green 150 ◦ blue 146

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

Shades of Half Baked #519692

Tints of Half Baked #519692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 21.49%
G = 39.79%
B = 38.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#519692 (or 0x519692) is known color: Half Baked. HEX triplet: 51, 96 and 92. RGB value is (81,150,146). Sum of RGB (Red+Green+Blue) = 81+150+146=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #519692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519692 is #AE696D. Grayscale: #808080. Windows color (decimal): -11430254 or 9606737. OLE color: 9606737.

HSL color Cylindrical-coordinate representation of color #519692: hue angle of 176.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519692 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 146 -
CMYK 0.46 0 0.03 0.41
HSL 176.52º 0.3% 0.45% -
HSV(B) 176.52º 0.46% 0.59% -
XYZ 19.49 25.64 31.12 -
YUV 128.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 81 150 146 0.46 0 0.03 0.41 176.52 0.3 0.45
Hex 51 96 92 2E 0 3 29 B1 1E 2D
Octal 121 226 222 56 0 3 51 261 36 55
Binary 1010001 10010110 10010010 101110 0 11 101001 10110001 11110 101101

Color Harmonies of #519692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519692

Black with #519692

Text Example


Text Example

White with #519692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519692; }

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

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

background-color css

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

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

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

border-color css

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

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

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