#55907F

Color #55907F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #55907F

Tints of Patina #55907F

Color information

#55907F (or 0x55907F) is unknown color: approx Patina. HEX triplet: 55, 90 and 7F. RGB value is (85,144,127). Sum of RGB (Red+Green+Blue) = 85+144+127=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #55907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55907F is #AA6F80. Grayscale: #7C7C7C. Windows color (decimal): -11169665 or 8360021. OLE color: 8360021.

HSL color Cylindrical-coordinate representation of color #55907F: hue angle of 162.71º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55907F is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB85144127-
CMYK0.4100.120.44
HSL162.71º25.76%44.9%-
HSV(B)162.71º40.97%56.47%-
XYZ17.5523.4123.67-
YUV124.42129.4599.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.88%
GREEN value IS 144 (56.64% from 255) = 40.45%
BLUE value IS 127 (50% from 255) = 35.67%
R=23.88%
G=40.45%
B=35.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441270.4100.120.44162.7125.7644.9
Hex55907F290C2Ca31a2d
Octal12522017751014542433255
Binary1010101100100001111111101001011001011001010001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55907F; }

 p { color: rgb(85,144,127); }

 H1.HeaderClassName
 {
   color: #55907F;
 }
 .AnyTagClassName
 {
   color: #55907F;
 }
</style>
background-color css

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

 a { background-color: rgb(85,144,127); }

 div.DivClassName
 {
   background-color: #55907F;
 }
 .BgClassName
 {
   background-color: #55907F;
 }
</style>
border-color css

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

 span { border-color: rgb(85,144,127); }

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