#5F857B

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

Shades of Cutty Sark #5F857B

Tints of Cutty Sark #5F857B

Color information

#5F857B (or 0x5F857B) is unknown color: approx Cutty Sark. HEX triplet: 5F, 85 and 7B. RGB value is (95,133,123). Sum of RGB (Red+Green+Blue) = 95+133+123=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #5F857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F857B is #A07A84. Grayscale: #787878. Windows color (decimal): -10517125 or 8095071. OLE color: 8095071.

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

Color convert

RGB95133123-
CMYK0.2900.080.48
HSL164.21º16.67%44.71%-
HSV(B)164.21º28.57%52.16%-
XYZ16.6820.6421.84-
YUV120.5129.41109.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=27.07%
G=37.89%
B=35.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951331230.2900.080.48164.2116.6744.71
Hex5F857B1D0830a4112d
Octal13720517335010602442155
Binary101111110000101111101111101010001100001010010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,133,123); }

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

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

 a { background-color: rgb(95,133,123); }

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

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

 span { border-color: rgb(95,133,123); }

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