Html Css Color HEX #569D85 Patina

📋 copy color: '#569D85'

red 86 ◦ green 157 ◦ blue 133

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

Shades of Patina #569D85

Tints of Patina #569D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

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

R = 22.87%
G = 41.76%
B = 35.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#569D85 (or 0x569D85) is known color: Patina. HEX triplet: 56, 9D and 85. RGB value is (86,157,133). Sum of RGB (Red+Green+Blue) = 86+157+133=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 157 - color contains mainly: green. Hex color #569D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569D85 is #A9627A. Grayscale: #858585. Windows color (decimal): -11100795 or 8756566. OLE color: 8756566.

HSL color Cylindrical-coordinate representation of color #569D85: hue angle of 159.72º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569D85 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 157 133 -
CMYK 0.45 0 0.15 0.38
HSL 159.72º 0.29% 0.48% -
HSV(B) 159.72º 0.45% 0.62% -
XYZ 20.13 27.79 26.49 -
YUV 133.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 86 157 133 0.45 0 0.15 0.38 159.72 0.29 0.48
Hex 56 9D 85 2D 0 F 26 A0 1D 30
Octal 126 235 205 55 0 17 46 240 35 60
Binary 1010110 10011101 10000101 101101 0 1111 100110 10100000 11101 110000

Color Harmonies of #569D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569D85

Black with #569D85

Text Example


Text Example

White with #569D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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