#58857B

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

Shades of Cutty Sark #58857B

Tints of Cutty Sark #58857B

Color information

#58857B (or 0x58857B) is unknown color: approx Cutty Sark. HEX triplet: 58, 85 and 7B. RGB value is (88,133,123). Sum of RGB (Red+Green+Blue) = 88+133+123=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #58857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58857B is #A77A84. Grayscale: #767676. Windows color (decimal): -10975877 or 8095064. OLE color: 8095064.

HSL color Cylindrical-coordinate representation of color #58857B: hue angle of 166.67º 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 #58857B is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB88133123-
CMYK0.3400.080.48
HSL166.67º20.36%43.33%-
HSV(B)166.67º33.83%52.16%-
XYZ15.9920.2821.81-
YUV118.4130.59106.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=25.58%
G=38.66%
B=35.76%

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
Decimal881331230.3400.080.48166.6720.3643.33
Hex58857B220830a7142b
Octal13020517342010602472453
Binary1011000100001011111011100010010001100001010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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