Html Css Color HEX #559985 Patina

📋 copy color: '#559985'

red 85 ◦ green 153 ◦ blue 133

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

Shades of Patina #559985

Tints of Patina #559985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

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

R = 22.91%
G = 41.24%
B = 35.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#559985 (or 0x559985) is known color: Patina. HEX triplet: 55, 99 and 85. RGB value is (85,153,133). Sum of RGB (Red+Green+Blue) = 85+153+133=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #559985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559985 is #AA667A. Grayscale: #828282. Windows color (decimal): -11167355 or 8755541. OLE color: 8755541.

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

Color convert

RGB 85 153 133 -
CMYK 0.44 0 0.13 0.4
HSL 162.35º 0.29% 0.47% -
HSV(B) 162.35º 0.44% 0.6% -
XYZ 19.37 26.41 26.27 -
YUV 130.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 85 153 133 0.44 0 0.13 0.4 162.35 0.29 0.47
Hex 55 99 85 2C 0 D 28 A2 1D 2F
Octal 125 231 205 54 0 15 50 242 35 57
Binary 1010101 10011001 10000101 101100 0 1101 101000 10100010 11101 101111

Color Harmonies of #559985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559985

Black with #559985

Text Example


Text Example

White with #559985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559985; }

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

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

background-color css

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

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

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

border-color css

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

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

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