#58867C

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

Shades of Cutty Sark #58867C

Tints of Cutty Sark #58867C

Color information

#58867C (or 0x58867C) is unknown color: approx Cutty Sark. HEX triplet: 58, 86 and 7C. RGB value is (88,134,124). Sum of RGB (Red+Green+Blue) = 88+134+124=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #58867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58867C is #A77983. Grayscale: #777777. Windows color (decimal): -10975620 or 8160856. OLE color: 8160856.

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

Color convert

RGB88134124-
CMYK0.3400.070.47
HSL166.96º20.72%43.53%-
HSV(B)166.96º34.33%52.55%-
XYZ16.1920.5822.19-
YUV119.11130.76105.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=25.43%
G=38.73%
B=35.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881341240.3400.070.47166.9620.7243.53
Hex58867C22072Fa7152c
Octal1302061744207572472554
Binary101100010000110111110010001001111011111010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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