Html Css Color HEX #569988 Patina

📋 copy color: '#569988'

red 86 ◦ green 153 ◦ blue 136

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

Shades of Patina #569988

Tints of Patina #569988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 22.93%
G = 40.8%
B = 36.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#569988 (or 0x569988) is known color: Patina. HEX triplet: 56, 99 and 88. RGB value is (86,153,136). Sum of RGB (Red+Green+Blue) = 86+153+136=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #569988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569988 is #A96677. Grayscale: #838383. Windows color (decimal): -11101816 or 8952150. OLE color: 8952150.

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

Color convert

RGB 86 153 136 -
CMYK 0.44 0 0.11 0.4
HSL 164.78º 0.28% 0.47% -
HSV(B) 164.78º 0.44% 0.6% -
XYZ 19.67 26.54 27.38 -
YUV 131.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 86 153 136 0.44 0 0.11 0.4 164.78 0.28 0.47
Hex 56 99 88 2C 0 B 28 A5 1C 2F
Octal 126 231 210 54 0 13 50 245 34 57
Binary 1010110 10011001 10001000 101100 0 1011 101000 10100101 11100 101111

Color Harmonies of #569988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569988

Black with #569988

Text Example


Text Example

White with #569988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569988; }

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

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

background-color css

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

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

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

border-color css

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

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

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