Html Css Color HEX #568C7C Patina

📋 copy color: '#568C7C'

red 86 ◦ green 140 ◦ blue 124

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

Shades of Patina #568C7C

Tints of Patina #568C7C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 24.57%
G = 40%
B = 35.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#568C7C (or 0x568C7C) is known color: Patina. HEX triplet: 56, 8C and 7C. RGB value is (86,140,124). Sum of RGB (Red+Green+Blue) = 86+140+124=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #568C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C7C is #A97383. Grayscale: #7A7A7A. Windows color (decimal): -11105156 or 8162390. OLE color: 8162390.

HSL color Cylindrical-coordinate representation of color #568C7C: hue angle of 162.22º 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 #568C7C is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 140 124 -
CMYK 0.39 0 0.11 0.45
HSL 162.22º 0.24% 0.44% -
HSV(B) 162.22º 0.39% 0.55% -
XYZ 16.85 22.19 22.46 -
YUV 122.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 86 140 124 0.39 0 0.11 0.45 162.22 0.24 0.44
Hex 56 8C 7C 27 0 B 2D A2 18 2C
Octal 126 214 174 47 0 13 55 242 30 54
Binary 1010110 10001100 1111100 100111 0 1011 101101 10100010 11000 101100

Color Harmonies of #568C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568C7C

Black with #568C7C

Text Example


Text Example

White with #568C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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