Html Css Color HEX #559885 Patina

📋 copy color: '#559885'

red 85 ◦ green 152 ◦ blue 133

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

Shades of Patina #559885

Tints of Patina #559885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 22.97%
G = 41.08%
B = 35.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#559885 (or 0x559885) is known color: Patina. HEX triplet: 55, 98 and 85. RGB value is (85,152,133). Sum of RGB (Red+Green+Blue) = 85+152+133=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #559885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559885 is #AA677A. Grayscale: #818181. Windows color (decimal): -11167611 or 8755285. OLE color: 8755285.

HSL color Cylindrical-coordinate representation of color #559885: hue angle of 162.99º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559885 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 133 -
CMYK 0.44 0 0.13 0.40
HSL 162.99º 0.28% 0.46% -
HSV(B) 162.99º 0.44% 0.6% -
XYZ 19.21 26.08 26.21 -
YUV 129.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 85 152 133 0.44 0 0.13 0.40 162.99 0.28 0.46
Hex 55 98 85 2C 0 D 28 A3 1C 2E
Octal 125 230 205 54 0 15 50 243 34 56
Binary 1010101 10011000 10000101 101100 0 1101 101000 10100011 11100 101110

Color Harmonies of #559885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559885

Black with #559885

Text Example


Text Example

White with #559885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559885; }

 p { color: rgb(85,152,133); }

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

background-color css

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

 a { background-color: rgb(85,152,133); }

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

border-color css

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

 span { border-color: rgb(85,152,133); }

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