Html Css Color HEX #569887 Patina

📋 copy color: '#569887'

red 86 ◦ green 152 ◦ blue 135

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

Shades of Patina #569887

Tints of Patina #569887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 23.06%
G = 40.75%
B = 36.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#569887 (or 0x569887) is known color: Patina. HEX triplet: 56, 98 and 87. RGB value is (86,152,135). Sum of RGB (Red+Green+Blue) = 86+152+135=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #569887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569887 is #A96778. Grayscale: #828282. Windows color (decimal): -11102073 or 8886358. OLE color: 8886358.

HSL color Cylindrical-coordinate representation of color #569887: hue angle of 164.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569887 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 152 135 -
CMYK 0.43 0 0.11 0.40
HSL 164.55º 0.28% 0.47% -
HSV(B) 164.55º 0.43% 0.6% -
XYZ 19.44 26.18 26.95 -
YUV 130.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 86 152 135 0.43 0 0.11 0.40 164.55 0.28 0.47
Hex 56 98 87 2B 0 B 28 A5 1C 2F
Octal 126 230 207 53 0 13 50 245 34 57
Binary 1010110 10011000 10000111 101011 0 1011 101000 10100101 11100 101111

Color Harmonies of #569887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569887

Black with #569887

Text Example


Text Example

White with #569887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569887; }

 p { color: rgb(86,152,135); }

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

background-color css

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

 a { background-color: rgb(86,152,135); }

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

border-color css

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

 span { border-color: rgb(86,152,135); }

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