#5F827B

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

Shades of Cutty Sark #5F827B

Tints of Cutty Sark #5F827B

Color information

#5F827B (or 0x5F827B) is unknown color: approx Cutty Sark. HEX triplet: 5F, 82 and 7B. RGB value is (95,130,123). Sum of RGB (Red+Green+Blue) = 95+130+123=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 130 - color contains mainly: green. Hex color #5F827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F827B is #A07D84. Grayscale: #767676. Windows color (decimal): -10517893 or 8094303. OLE color: 8094303.

HSL color Cylindrical-coordinate representation of color #5F827B: hue angle of 168º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F827B is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB95130123-
CMYK0.2700.050.49
HSL168º15.56%44.12%-
HSV(B)168º26.92%50.98%-
XYZ16.2819.8321.71-
YUV118.74130.4111.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=27.30%
G=37.36%
B=35.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951301230.2700.050.4916815.5644.12
Hex5F827B1B0531a8102c
Octal1372021733305612502054
Binary10111111000001011110111101101011100011010100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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