Html Css Color HEX #56A58B Patina

📋 copy color: '#56A58B'

red 86 ◦ green 165 ◦ blue 139

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

Shades of Patina #56A58B

Tints of Patina #56A58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 22.05%
G = 42.31%
B = 35.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#56A58B (or 0x56A58B) is known color: Patina. HEX triplet: 56, A5 and 8B. RGB value is (86,165,139). Sum of RGB (Red+Green+Blue) = 86+165+139=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #56A58B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A58B is #A95A74. Grayscale: #8A8A8A. Windows color (decimal): -11098741 or 9151830. OLE color: 9151830.

HSL color Cylindrical-coordinate representation of color #56A58B: hue angle of 160.25º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A58B is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 165 139 -
CMYK 0.48 0 0.16 0.35
HSL 160.25º 0.31% 0.49% -
HSV(B) 160.25º 0.48% 0.65% -
XYZ 21.95 30.75 29.2 -
YUV 138.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 86 165 139 0.48 0 0.16 0.35 160.25 0.31 0.49
Hex 56 A5 8B 30 0 10 23 A0 1F 31
Octal 126 245 213 60 0 20 43 240 37 61
Binary 1010110 10100101 10001011 110000 0 10000 100011 10100000 11111 110001

Color Harmonies of #56A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A58B

Black with #56A58B

Text Example


Text Example

White with #56A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A58B; }

 p { color: rgb(86,165,139); }

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

background-color css

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

 a { background-color: rgb(86,165,139); }

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

border-color css

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

 span { border-color: rgb(86,165,139); }

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