Html Css Color HEX #56907D Patina

📋 copy color: '#56907D'

red 86 ◦ green 144 ◦ blue 125

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

Shades of Patina #56907D

Tints of Patina #56907D

RGB

 RED value IS 86 (33.98% from 255) = 24.23%

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

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

R = 24.23%
G = 40.56%
B = 35.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#56907D (or 0x56907D) is known color: Patina. HEX triplet: 56, 90 and 7D. RGB value is (86,144,125). Sum of RGB (Red+Green+Blue) = 86+144+125=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #56907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56907D is #A96F82. Grayscale: #7C7C7C. Windows color (decimal): -11104131 or 8228950. OLE color: 8228950.

HSL color Cylindrical-coordinate representation of color #56907D: hue angle of 160.34º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #56907D is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 144 125 -
CMYK 0.40 0 0.13 0.44
HSL 160.34º 0.25% 0.45% -
HSV(B) 160.34º 0.4% 0.56% -
XYZ 17.51 23.41 23 -
YUV 124.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 86 144 125 0.40 0 0.13 0.44 160.34 0.25 0.45
Hex 56 90 7D 28 0 D 2C A0 19 2D
Octal 126 220 175 50 0 15 54 240 31 55
Binary 1010110 10010000 1111101 101000 0 1101 101100 10100000 11001 101101

Color Harmonies of #56907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56907D

Black with #56907D

Text Example


Text Example

White with #56907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56907D; }

 p { color: rgb(86,144,125); }

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

background-color css

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

 a { background-color: rgb(86,144,125); }

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

border-color css

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

 span { border-color: rgb(86,144,125); }

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