#58846A

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

Shades of Cutty Sark #58846A

Tints of Cutty Sark #58846A

Color information

#58846A (or 0x58846A) is unknown color: approx Cutty Sark. HEX triplet: 58, 84 and 6A. RGB value is (88,132,106). Sum of RGB (Red+Green+Blue) = 88+132+106=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #58846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58846A is #A77B95. Grayscale: #737373. Windows color (decimal): -10976150 or 6980696. OLE color: 6980696.

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

Color convert

RGB88132106-
CMYK0.3300.200.48
HSL144.55º20%43.14%-
HSV(B)144.55º33.33%51.76%-
XYZ14.8819.6216.64-
YUV115.88122.42108.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=26.99%
G=40.49%
B=32.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal881321060.3300.200.48144.552043.14
Hex58846A210143091142b
Octal13020415241024602212453
Binary10110001000010011010101000010101001100001001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,132,106); }

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

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

 a { background-color: rgb(88,132,106); }

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

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

 span { border-color: rgb(88,132,106); }

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