Html Css Color HEX #589A7B Patina

📋 copy color: '#589A7B'

red 88 ◦ green 154 ◦ blue 123

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

Shades of Patina #589A7B

Tints of Patina #589A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 24.11%
G = 42.19%
B = 33.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#589A7B (or 0x589A7B) is known color: Patina. HEX triplet: 58, 9A and 7B. RGB value is (88,154,123). Sum of RGB (Red+Green+Blue) = 88+154+123=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #589A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589A7B is #A76584. Grayscale: #828282. Windows color (decimal): -10970501 or 8100440. OLE color: 8100440.

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

Color convert

RGB 88 154 123 -
CMYK 0.43 0 0.20 0.40
HSL 151.82º 0.27% 0.47% -
HSV(B) 151.82º 0.43% 0.6% -
XYZ 19.16 26.62 22.87 -
YUV 130.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 88 154 123 0.43 0 0.20 0.40 151.82 0.27 0.47
Hex 58 9A 7B 2B 0 14 28 98 1B 2F
Octal 130 232 173 53 0 24 50 230 33 57
Binary 1011000 10011010 1111011 101011 0 10100 101000 10011000 11011 101111

Color Harmonies of #589A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589A7B

Black with #589A7B

Text Example


Text Example

White with #589A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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