Html Css Color HEX #55907C Patina

📋 copy color: '#55907C'

red 85 ◦ green 144 ◦ blue 124

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

Shades of Patina #55907C

Tints of Patina #55907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 24.08%
G = 40.79%
B = 35.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#55907C (or 0x55907C) is known color: Patina. HEX triplet: 55, 90 and 7C. RGB value is (85,144,124). Sum of RGB (Red+Green+Blue) = 85+144+124=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #55907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55907C is #AA6F83. Grayscale: #7C7C7C. Windows color (decimal): -11169668 or 8163413. OLE color: 8163413.

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

Color convert

RGB 85 144 124 -
CMYK 0.41 0 0.14 0.44
HSL 159.66º 0.26% 0.45% -
HSV(B) 159.66º 0.41% 0.56% -
XYZ 17.36 23.33 22.66 -
YUV 124.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 85 144 124 0.41 0 0.14 0.44 159.66 0.26 0.45
Hex 55 90 7C 29 0 E 2C A0 1A 2D
Octal 125 220 174 51 0 16 54 240 32 55
Binary 1010101 10010000 1111100 101001 0 1110 101100 10100000 11010 101101

Color Harmonies of #55907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55907C

Black with #55907C

Text Example


Text Example

White with #55907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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