#57867A

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

Shades of Cutty Sark #57867A

Tints of Cutty Sark #57867A

Color information

#57867A (or 0x57867A) is unknown color: approx Cutty Sark. HEX triplet: 57, 86 and 7A. RGB value is (87,134,122). Sum of RGB (Red+Green+Blue) = 87+134+122=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #57867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57867A is #A87985. Grayscale: #767676. Windows color (decimal): -11041158 or 8029783. OLE color: 8029783.

HSL color Cylindrical-coordinate representation of color #57867A: hue angle of 164.68º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57867A is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB87134122-
CMYK0.3500.090.47
HSL164.68º21.27%43.33%-
HSV(B)164.68º35.07%52.55%-
XYZ15.9720.4821.52-
YUV118.58129.93105.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=25.36%
G=39.07%
B=35.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871341220.3500.090.47164.6821.2743.33
Hex57867A23092Fa5152b
Octal12720617243011572452553
Binary1010111100001101111010100011010011011111010010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,134,122); }

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

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

 a { background-color: rgb(87,134,122); }

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

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

 span { border-color: rgb(87,134,122); }

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