#588278

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

Shades of Cutty Sark #588278

Tints of Cutty Sark #588278

Color information

#588278 (or 0x588278) is unknown color: approx Cutty Sark. HEX triplet: 58, 82 and 78. RGB value is (88,130,120). Sum of RGB (Red+Green+Blue) = 88+130+120=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #588278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588278 is #A77D87. Grayscale: #747474. Windows color (decimal): -10976648 or 7897688. OLE color: 7897688.

HSL color Cylindrical-coordinate representation of color #588278: hue angle of 165.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #588278 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB88130120-
CMYK0.3200.080.49
HSL165.71º19.27%42.75%-
HSV(B)165.71º32.31%50.98%-
XYZ15.419.420.7-
YUV116.3130.09107.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.04%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=26.04%
G=38.46%
B=35.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881301200.3200.080.49165.7119.2742.75
Hex588278200831a6132b
Octal13020217040010612462353
Binary1011000100000101111000100000010001100011010011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588278; }

 p { color: rgb(88,130,120); }

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

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

 a { background-color: rgb(88,130,120); }

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

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

 span { border-color: rgb(88,130,120); }

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