#577268

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

Shades of Cutty Sark #577268

Tints of Cutty Sark #577268

Color information

#577268 (or 0x577268) is unknown color: approx Cutty Sark. HEX triplet: 57, 72 and 68. RGB value is (87,114,104). Sum of RGB (Red+Green+Blue) = 87+114+104=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #577268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577268 is #A88D97. Grayscale: #686868. Windows color (decimal): -11046296 or 6845015. OLE color: 6845015.

HSL color Cylindrical-coordinate representation of color #577268: hue angle of 157.78º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #577268 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB87114104-
CMYK0.2400.090.55
HSL157.78º13.43%39.41%-
HSV(B)157.78º23.68%44.71%-
XYZ12.4515.0615.35-
YUV104.79127.55115.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=28.52%
G=37.38%
B=34.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871141040.2400.090.55157.7813.4339.41
Hex5772681809379ed27
Octal12716215030011672361547
Binary1010111111001011010001100001001110111100111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577268; }

 p { color: rgb(87,114,104); }

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

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

 a { background-color: rgb(87,114,104); }

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

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

 span { border-color: rgb(87,114,104); }

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