Html Css Color HEX #569983 Patina

📋 copy color: '#569983'

red 86 ◦ green 153 ◦ blue 131

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

Shades of Patina #569983

Tints of Patina #569983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 23.24%
G = 41.35%
B = 35.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#569983 (or 0x569983) is known color: Patina. HEX triplet: 56, 99 and 83. RGB value is (86,153,131). Sum of RGB (Red+Green+Blue) = 86+153+131=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #569983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569983 is #A9667C. Grayscale: #828282. Windows color (decimal): -11101821 or 8624470. OLE color: 8624470.

HSL color Cylindrical-coordinate representation of color #569983: hue angle of 160.3º 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 #569983 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 153 131 -
CMYK 0.44 0 0.14 0.4
HSL 160.3º 0.28% 0.47% -
HSV(B) 160.3º 0.44% 0.6% -
XYZ 19.33 26.4 25.55 -
YUV 130.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 86 153 131 0.44 0 0.14 0.4 160.3 0.28 0.47
Hex 56 99 83 2C 0 E 28 A0 1C 2F
Octal 126 231 203 54 0 16 50 240 34 57
Binary 1010110 10011001 10000011 101100 0 1110 101000 10100000 11100 101111

Color Harmonies of #569983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569983

Black with #569983

Text Example


Text Example

White with #569983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569983; }

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

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

background-color css

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

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

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

border-color css

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

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

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