Html Css Color HEX #559B7D Patina

📋 copy color: '#559B7D'

red 85 ◦ green 155 ◦ blue 125

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

Shades of Patina #559B7D

Tints of Patina #559B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 23.29%
G = 42.47%
B = 34.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#559B7D (or 0x559B7D) is known color: Patina. HEX triplet: 55, 9B and 7D. RGB value is (85,155,125). Sum of RGB (Red+Green+Blue) = 85+155+125=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #559B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B7D is #AA6482. Grayscale: #828282. Windows color (decimal): -11166851 or 8231765. OLE color: 8231765.

HSL color Cylindrical-coordinate representation of color #559B7D: hue angle of 154.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B7D is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 125 -
CMYK 0.45 0 0.19 0.39
HSL 154.29º 0.29% 0.47% -
HSV(B) 154.29º 0.45% 0.61% -
XYZ 19.17 26.85 23.58 -
YUV 130.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 85 155 125 0.45 0 0.19 0.39 154.29 0.29 0.47
Hex 55 9B 7D 2D 0 13 27 9A 1D 2F
Octal 125 233 175 55 0 23 47 232 35 57
Binary 1010101 10011011 1111101 101101 0 10011 100111 10011010 11101 101111

Color Harmonies of #559B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B7D

Black with #559B7D

Text Example


Text Example

White with #559B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559B7D; }

 p { color: rgb(85,155,125); }

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

background-color css

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

 a { background-color: rgb(85,155,125); }

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

border-color css

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

 span { border-color: rgb(85,155,125); }

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