#58857A

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

Shades of Cutty Sark #58857A

Tints of Cutty Sark #58857A

Color information

#58857A (or 0x58857A) is unknown color: approx Cutty Sark. HEX triplet: 58, 85 and 7A. RGB value is (88,133,122). Sum of RGB (Red+Green+Blue) = 88+133+122=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #58857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58857A is #A77A85. Grayscale: #767676. Windows color (decimal): -10975878 or 8029528. OLE color: 8029528.

HSL color Cylindrical-coordinate representation of color #58857A: hue angle of 165.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58857A is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB88133122-
CMYK0.3400.080.48
HSL165.33º20.36%43.33%-
HSV(B)165.33º33.83%52.16%-
XYZ15.9220.2521.48-
YUV118.29130.09106.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=25.66%
G=38.78%
B=35.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881331220.3400.080.48165.3320.3643.33
Hex58857A220830a5142b
Octal13020517242010602452453
Binary1011000100001011111010100010010001100001010010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58857A; }

 p { color: rgb(88,133,122); }

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

<style>
 a { background-color: #58857A; }

 a { background-color: rgb(88,133,122); }

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

<style>
 span { border-color: #58857A; }

 span { border-color: rgb(88,133,122); }

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