#58826C

Color #58826C Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #58826C

Tints of Cutty Sark #58826C

Color information

#58826C (or 0x58826C) is unknown color: approx Cutty Sark. HEX triplet: 58, 82 and 6C. RGB value is (88,130,108). Sum of RGB (Red+Green+Blue) = 88+130+108=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #58826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58826C is #A77D93. Grayscale: #727272. Windows color (decimal): -10976660 or 7111256. OLE color: 7111256.

HSL color Cylindrical-coordinate representation of color #58826C: hue angle of 148.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58826C is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB88130108-
CMYK0.3200.170.49
HSL148.57º19.27%42.75%-
HSV(B)148.57º32.31%50.98%-
XYZ14.7119.1217.1-
YUV114.93124.09108.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=26.99%
G=39.88%
B=33.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881301080.3200.170.49148.5719.2742.75
Hex58826C200113195132b
Octal13020215440021612252353
Binary10110001000001011011001000000100011100011001010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58826C; }

 p { color: rgb(88,130,108); }

 H1.HeaderClassName
 {
   color: #58826C;
 }
 .AnyTagClassName
 {
   color: #58826C;
 }
</style>
background-color css

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

 a { background-color: rgb(88,130,108); }

 div.DivClassName
 {
   background-color: #58826C;
 }
 .BgClassName
 {
   background-color: #58826C;
 }
</style>
border-color css

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

 span { border-color: rgb(88,130,108); }

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