#58826B

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

Shades of Cutty Sark #58826B

Tints of Cutty Sark #58826B

Color information

#58826B (or 0x58826B) is unknown color: approx Cutty Sark. HEX triplet: 58, 82 and 6B. RGB value is (88,130,107). Sum of RGB (Red+Green+Blue) = 88+130+107=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #58826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58826B is #A77D94. Grayscale: #727272. Windows color (decimal): -10976661 or 7045720. OLE color: 7045720.

HSL color Cylindrical-coordinate representation of color #58826B: hue angle of 147.14º 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 #58826B is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB88130107-
CMYK0.3200.180.49
HSL147.14º19.27%42.75%-
HSV(B)147.14º32.31%50.98%-
XYZ14.6619.116.82-
YUV114.82123.59108.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=27.08%
G=40%
B=32.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881301070.3200.180.49147.1419.2742.75
Hex58826B200123193132b
Octal13020215340022612232353
Binary10110001000001011010111000000100101100011001001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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