#5B857A

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

Shades of Cutty Sark #5B857A

Tints of Cutty Sark #5B857A

Color information

#5B857A (or 0x5B857A) is unknown color: approx Cutty Sark. HEX triplet: 5B, 85 and 7A. RGB value is (91,133,122). Sum of RGB (Red+Green+Blue) = 91+133+122=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #5B857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B857A is #A47A85. Grayscale: #777777. Windows color (decimal): -10779270 or 8029531. OLE color: 8029531.

HSL color Cylindrical-coordinate representation of color #5B857A: hue angle of 164.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B857A is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB91133122-
CMYK0.3200.080.48
HSL164.29º18.75%43.92%-
HSV(B)164.29º31.58%52.16%-
XYZ16.2120.421.5-
YUV119.19129.59107.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=26.30%
G=38.44%
B=35.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911331220.3200.080.48164.2918.7543.92
Hex5B857A200830a4132c
Octal13320517240010602442354
Binary1011011100001011111010100000010001100001010010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B857A; }

 p { color: rgb(91,133,122); }

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

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

 a { background-color: rgb(91,133,122); }

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

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

 span { border-color: rgb(91,133,122); }

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