Html Css Color HEX #559383 Patina

📋 copy color: '#559383'

red 85 ◦ green 147 ◦ blue 131

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

Shades of Patina #559383

Tints of Patina #559383

RGB

 RED value IS 85 (33.59% from 255) = 23.42%

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

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 23.42%
G = 40.5%
B = 36.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#559383 (or 0x559383) is known color: Patina. HEX triplet: 55, 93 and 83. RGB value is (85,147,131). Sum of RGB (Red+Green+Blue) = 85+147+131=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #559383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559383 is #AA6C7C. Grayscale: #7E7E7E. Windows color (decimal): -11168893 or 8622933. OLE color: 8622933.

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

Color convert

RGB 85 147 131 -
CMYK 0.42 0 0.11 0.42
HSL 164.52º 0.27% 0.45% -
HSV(B) 164.52º 0.42% 0.58% -
XYZ 18.28 24.44 25.23 -
YUV 126.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 85 147 131 0.42 0 0.11 0.42 164.52 0.27 0.45
Hex 55 93 83 2A 0 B 2A A5 1B 2D
Octal 125 223 203 52 0 13 52 245 33 55
Binary 1010101 10010011 10000011 101010 0 1011 101010 10100101 11011 101101

Color Harmonies of #559383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559383

Black with #559383

Text Example


Text Example

White with #559383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559383; }

 p { color: rgb(85,147,131); }

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

background-color css

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

 a { background-color: rgb(85,147,131); }

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

border-color css

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

 span { border-color: rgb(85,147,131); }

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