Html Css Color HEX #519595 Half Baked

📋 copy color: '#519595'

red 81 ◦ green 149 ◦ blue 149

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

Shades of Half Baked #519595

Tints of Half Baked #519595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 21.37%
G = 39.31%
B = 39.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#519595 (or 0x519595) is known color: Half Baked. HEX triplet: 51, 95 and 95. RGB value is (81,149,149). Sum of RGB (Red+Green+Blue) = 81+149+149=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #519595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519595 is #AE6A6A. Grayscale: #808080. Windows color (decimal): -11430507 or 9803089. OLE color: 9803089.

HSL color Cylindrical-coordinate representation of color #519595: hue angle of 180º 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 #519595 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 149 -
CMYK 0.46 0 0 0.42
HSL 180º 0.3% 0.45% -
HSV(B) 180º 0.46% 0.58% -
XYZ 19.57 25.41 32.31 -
YUV 128.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 81 149 149 0.46 0 0 0.42 180 0.3 0.45
Hex 51 95 95 2E 0 0 2A B4 1E 2D
Octal 121 225 225 56 0 0 52 264 36 55
Binary 1010001 10010101 10010101 101110 0 0 101010 10110100 11110 101101

Color Harmonies of #519595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519595

Black with #519595

Text Example


Text Example

White with #519595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519595; }

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

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

background-color css

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

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

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

border-color css

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

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

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