Html Css Color HEX #519591 Half Baked

📋 copy color: '#519591'

red 81 ◦ green 149 ◦ blue 145

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

Shades of Half Baked #519591

Tints of Half Baked #519591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 21.6%
G = 39.73%
B = 38.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#519591 (or 0x519591) is known color: Half Baked. HEX triplet: 51, 95 and 91. RGB value is (81,149,145). Sum of RGB (Red+Green+Blue) = 81+149+145=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #519591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519591 is #AE6A6E. Grayscale: #808080. Windows color (decimal): -11430511 or 9540945. OLE color: 9540945.

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

Color convert

RGB 81 149 145 -
CMYK 0.46 0 0.03 0.42
HSL 176.47º 0.3% 0.45% -
HSV(B) 176.47º 0.46% 0.58% -
XYZ 19.25 25.29 30.65 -
YUV 128.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 81 149 145 0.46 0 0.03 0.42 176.47 0.3 0.45
Hex 51 95 91 2E 0 3 2A B0 1E 2D
Octal 121 225 221 56 0 3 52 260 36 55
Binary 1010001 10010101 10010001 101110 0 11 101010 10110000 11110 101101

Color Harmonies of #519591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519591

Black with #519591

Text Example


Text Example

White with #519591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519591; }

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

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

background-color css

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

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

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

border-color css

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

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

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