#568C7E

Color #568C7E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #568C7E

Tints of Patina #568C7E

Color information

#568C7E (or 0x568C7E) is unknown color: approx Patina. HEX triplet: 56, 8C and 7E. RGB value is (86,140,126). Sum of RGB (Red+Green+Blue) = 86+140+126=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #568C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C7E is #A97381. Grayscale: #7A7A7A. Windows color (decimal): -11105154 or 8293462. OLE color: 8293462.

HSL color Cylindrical-coordinate representation of color #568C7E: hue angle of 164.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568C7E is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB86140126-
CMYK0.3900.100.45
HSL164.44º23.89%44.31%-
HSV(B)164.44º38.57%54.9%-
XYZ16.9822.2423.14-
YUV122.26130.11102.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 140 (55.08% from 255) = 39.77%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=24.43%
G=39.77%
B=35.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861401260.3900.100.45164.4423.8944.31
Hex568C7E270A2Da4182c
Octal12621417647012552443054
Binary1010110100011001111110100111010101011011010010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568C7E; }

 p { color: rgb(86,140,126); }

 H1.HeaderClassName
 {
   color: #568C7E;
 }
 .AnyTagClassName
 {
   color: #568C7E;
 }
</style>
background-color css

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

 a { background-color: rgb(86,140,126); }

 div.DivClassName
 {
   background-color: #568C7E;
 }
 .BgClassName
 {
   background-color: #568C7E;
 }
</style>
border-color css

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

 span { border-color: rgb(86,140,126); }

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