Html Css Color HEX #55907F Patina

📋 copy color: '#55907F'

red 85 ◦ green 144 ◦ blue 127

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

Shades of Patina #55907F

Tints of Patina #55907F

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 value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#55907F (or 0x55907F) is known color: 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

RGB 85 144 127 -
CMYK 0.41 0 0.12 0.44
HSL 162.71º 0.26% 0.45% -
HSV(B) 162.71º 0.41% 0.56% -
XYZ 17.55 23.41 23.67 -
YUV 124.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 85 144 127 0.41 0 0.12 0.44 162.71 0.26 0.45
Hex 55 90 7F 29 0 C 2C A3 1A 2D
Octal 125 220 177 51 0 14 54 243 32 55
Binary 1010101 10010000 1111111 101001 0 1100 101100 10100011 11010 101101

Color Harmonies of #55907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55907F

Black with #55907F

Text Example


Text Example

White with #55907F

Text Example


Text Example

HTML Codes & Css Web 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>