#58877C

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

Shades of Cutty Sark #58877C

Tints of Cutty Sark #58877C

Color information

#58877C (or 0x58877C) is unknown color: approx Cutty Sark. HEX triplet: 58, 87 and 7C. RGB value is (88,135,124). Sum of RGB (Red+Green+Blue) = 88+135+124=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #58877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58877C is #A77883. Grayscale: #777777. Windows color (decimal): -10975364 or 8161112. OLE color: 8161112.

HSL color Cylindrical-coordinate representation of color #58877C: hue angle of 165.96º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58877C is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB88135124-
CMYK0.3500.080.47
HSL165.96º21.08%43.73%-
HSV(B)165.96º34.81%52.94%-
XYZ16.3320.8622.23-
YUV119.69130.43105.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=25.36%
G=38.90%
B=35.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881351240.3500.080.47165.9621.0843.73
Hex58877C23082Fa6152c
Octal13020717443010572462554
Binary1011000100001111111100100011010001011111010011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,135,124); }

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

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

 a { background-color: rgb(88,135,124); }

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

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

 span { border-color: rgb(88,135,124); }

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