Html Css Color HEX #519991 Half Baked

📋 copy color: '#519991'

red 81 ◦ green 153 ◦ blue 145

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

Shades of Half Baked #519991

Tints of Half Baked #519991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 21.37%
G = 40.37%
B = 38.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#519991 (or 0x519991) is known color: Half Baked. HEX triplet: 51, 99 and 91. RGB value is (81,153,145). Sum of RGB (Red+Green+Blue) = 81+153+145=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #519991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519991 is #AE666E. Grayscale: #828282. Windows color (decimal): -11429487 or 9541969. OLE color: 9541969.

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

Color convert

RGB 81 153 145 -
CMYK 0.47 0 0.05 0.4
HSL 173.33º 0.31% 0.46% -
HSV(B) 173.33º 0.47% 0.6% -
XYZ 19.9 26.58 30.87 -
YUV 130.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 81 153 145 0.47 0 0.05 0.4 173.33 0.31 0.46
Hex 51 99 91 2F 0 5 28 AD 1F 2E
Octal 121 231 221 57 0 5 50 255 37 56
Binary 1010001 10011001 10010001 101111 0 101 101000 10101101 11111 101110

Color Harmonies of #519991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519991

Black with #519991

Text Example


Text Example

White with #519991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519991; }

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

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

background-color css

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

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

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

border-color css

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

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

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