Html Css Color HEX #569982 Patina

📋 copy color: '#569982'

red 86 ◦ green 153 ◦ blue 130

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

Shades of Patina #569982

Tints of Patina #569982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 23.31%
G = 41.46%
B = 35.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#569982 (or 0x569982) is known color: Patina. HEX triplet: 56, 99 and 82. RGB value is (86,153,130). Sum of RGB (Red+Green+Blue) = 86+153+130=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #569982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569982 is #A9667D. Grayscale: #828282. Windows color (decimal): -11101822 or 8558934. OLE color: 8558934.

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

Color convert

RGB 86 153 130 -
CMYK 0.44 0 0.15 0.4
HSL 159.4º 0.28% 0.47% -
HSV(B) 159.4º 0.44% 0.6% -
XYZ 19.26 26.37 25.19 -
YUV 130.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 86 153 130 0.44 0 0.15 0.4 159.4 0.28 0.47
Hex 56 99 82 2C 0 F 28 9F 1C 2F
Octal 126 231 202 54 0 17 50 237 34 57
Binary 1010110 10011001 10000010 101100 0 1111 101000 10011111 11100 101111

Color Harmonies of #569982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569982

Black with #569982

Text Example


Text Example

White with #569982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569982; }

 p { color: rgb(86,153,130); }

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

background-color css

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

 a { background-color: rgb(86,153,130); }

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

border-color css

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

 span { border-color: rgb(86,153,130); }

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