Html Css Color HEX #569C85 Patina

📋 copy color: '#569C85'

red 86 ◦ green 156 ◦ blue 133

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

Shades of Patina #569C85

Tints of Patina #569C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.6%

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 22.93%
G = 41.6%
B = 35.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#569C85 (or 0x569C85) is known color: Patina. HEX triplet: 56, 9C and 85. RGB value is (86,156,133). Sum of RGB (Red+Green+Blue) = 86+156+133=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 156 - color contains mainly: green. Hex color #569C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569C85 is #A9637A. Grayscale: #848484. Windows color (decimal): -11101051 or 8756310. OLE color: 8756310.

HSL color Cylindrical-coordinate representation of color #569C85: hue angle of 160.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 #569C85 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 156 133 -
CMYK 0.45 0 0.15 0.39
HSL 160.29º 0.29% 0.47% -
HSV(B) 160.29º 0.45% 0.61% -
XYZ 19.96 27.45 26.44 -
YUV 132.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 86 156 133 0.45 0 0.15 0.39 160.29 0.29 0.47
Hex 56 9C 85 2D 0 F 27 A0 1D 2F
Octal 126 234 205 55 0 17 47 240 35 57
Binary 1010110 10011100 10000101 101101 0 1111 100111 10100000 11101 101111

Color Harmonies of #569C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569C85

Black with #569C85

Text Example


Text Example

White with #569C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569C85; }

 p { color: rgb(86,156,133); }

 H1.HeaderClassName
 {
   color: #569C85;
 }
 .AnyTagClassName
 {
   color: #569C85;
 }
</style>

background-color css

<style>
 a { background-color: #569C85; }

 a { background-color: rgb(86,156,133); }

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

border-color css

<style>
 span { border-color: #569C85; }

 span { border-color: rgb(86,156,133); }

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