Html Css Color HEX #589A8E Patina

📋 copy color: '#589A8E'

red 88 ◦ green 154 ◦ blue 142

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

Shades of Patina #589A8E

Tints of Patina #589A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 22.92%
G = 40.1%
B = 36.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#589A8E (or 0x589A8E) is known color: Patina. HEX triplet: 58, 9A and 8E. RGB value is (88,154,142). Sum of RGB (Red+Green+Blue) = 88+154+142=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 154 - color contains mainly: green. Hex color #589A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589A8E is #A76571. Grayscale: #848484. Windows color (decimal): -10970482 or 9345624. OLE color: 9345624.

HSL color Cylindrical-coordinate representation of color #589A8E: hue angle of 169.09º degrees, saturation: 0.27, 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 #589A8E is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 154 142 -
CMYK 0.43 0 0.08 0.40
HSL 169.09º 0.27% 0.47% -
HSV(B) 169.09º 0.43% 0.6% -
XYZ 20.46 27.14 29.75 -
YUV 132.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 88 154 142 0.43 0 0.08 0.40 169.09 0.27 0.47
Hex 58 9A 8E 2B 0 8 28 A9 1B 2F
Octal 130 232 216 53 0 10 50 251 33 57
Binary 1011000 10011010 10001110 101011 0 1000 101000 10101001 11011 101111

Color Harmonies of #589A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589A8E

Black with #589A8E

Text Example


Text Example

White with #589A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,154,142); }

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

background-color css

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

 a { background-color: rgb(88,154,142); }

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

border-color css

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

 span { border-color: rgb(88,154,142); }

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