Html Css Color HEX #55907A Patina

📋 copy color: '#55907A'

red 85 ◦ green 144 ◦ blue 122

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

Shades of Patina #55907A

Tints of Patina #55907A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 24.22%
G = 41.03%
B = 34.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#55907A (or 0x55907A) is known color: Patina. HEX triplet: 55, 90 and 7A. RGB value is (85,144,122). Sum of RGB (Red+Green+Blue) = 85+144+122=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #55907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55907A is #AA6F85. Grayscale: #7B7B7B. Windows color (decimal): -11169670 or 8032341. OLE color: 8032341.

HSL color Cylindrical-coordinate representation of color #55907A: hue angle of 157.63º 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 #55907A is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 122 -
CMYK 0.41 0 0.15 0.44
HSL 157.63º 0.26% 0.45% -
HSV(B) 157.63º 0.41% 0.56% -
XYZ 17.23 23.28 22 -
YUV 123.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 85 144 122 0.41 0 0.15 0.44 157.63 0.26 0.45
Hex 55 90 7A 29 0 F 2C 9E 1A 2D
Octal 125 220 172 51 0 17 54 236 32 55
Binary 1010101 10010000 1111010 101001 0 1111 101100 10011110 11010 101101

Color Harmonies of #55907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55907A

Black with #55907A

Text Example


Text Example

White with #55907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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