#588C7B

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

Shades of Cutty Sark #588C7B

Tints of Cutty Sark #588C7B

Color information

#588C7B (or 0x588C7B) is unknown color: approx Cutty Sark. HEX triplet: 58, 8C and 7B. RGB value is (88,140,123). Sum of RGB (Red+Green+Blue) = 88+140+123=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 140 - color contains mainly: green. Hex color #588C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588C7B is #A77384. Grayscale: #7A7A7A. Windows color (decimal): -10974085 or 8096856. OLE color: 8096856.

HSL color Cylindrical-coordinate representation of color #588C7B: hue angle of 160.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588C7B is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB88140123-
CMYK0.3700.120.45
HSL160.38º22.81%44.71%-
HSV(B)160.38º37.14%54.9%-
XYZ16.9822.2622.14-
YUV122.51128.27103.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 140 (55.08% from 255) = 39.89%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=25.07%
G=39.89%
B=35.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881401230.3700.120.45160.3822.8144.71
Hex588C7B250C2Da0172d
Octal13021417345014552402755
Binary1011000100011001111011100101011001011011010000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588C7B; }

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

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

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

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

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

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

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

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