Html Css Color HEX #589C8D Patina

📋 copy color: '#589C8D'

red 88 ◦ green 156 ◦ blue 141

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

Shades of Patina #589C8D

Tints of Patina #589C8D

RGB

 RED value IS 88 (34.77% from 255) = 22.86%

 GREEN value IS 156 (61.33% from 255) = 40.52%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 22.86%
G = 40.52%
B = 36.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#589C8D (or 0x589C8D) is known color: Patina. HEX triplet: 58, 9C and 8D. RGB value is (88,156,141). Sum of RGB (Red+Green+Blue) = 88+156+141=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #589C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589C8D is #A76372. Grayscale: #858585. Windows color (decimal): -10969971 or 9280600. OLE color: 9280600.

HSL color Cylindrical-coordinate representation of color #589C8D: hue angle of 166.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589C8D is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 156 141 -
CMYK 0.44 0 0.10 0.39
HSL 166.76º 0.28% 0.48% -
HSV(B) 166.76º 0.44% 0.61% -
XYZ 20.72 27.77 29.47 -
YUV 133.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 88 156 141 0.44 0 0.10 0.39 166.76 0.28 0.48
Hex 58 9C 8D 2C 0 A 27 A7 1C 30
Octal 130 234 215 54 0 12 47 247 34 60
Binary 1011000 10011100 10001101 101100 0 1010 100111 10100111 11100 110000

Color Harmonies of #589C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589C8D

Black with #589C8D

Text Example


Text Example

White with #589C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589C8D; }

 p { color: rgb(88,156,141); }

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

background-color css

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

 a { background-color: rgb(88,156,141); }

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

border-color css

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

 span { border-color: rgb(88,156,141); }

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