#5A7B6C

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

Shades of Cutty Sark #5A7B6C

Tints of Cutty Sark #5A7B6C

Color information

#5A7B6C (or 0x5A7B6C) is unknown color: approx Cutty Sark. HEX triplet: 5A, 7B and 6C. RGB value is (90,123,108). Sum of RGB (Red+Green+Blue) = 90+123+108=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7B6C is #A58493. Grayscale: #6F6F6F. Windows color (decimal): -10847380 or 7109466. OLE color: 7109466.

HSL color Cylindrical-coordinate representation of color #5A7B6C: hue angle of 152.73º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7B6C is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB90123108-
CMYK0.2700.120.52
HSL152.73º15.49%41.76%-
HSV(B)152.73º26.83%48.24%-
XYZ14.0117.4216.81-
YUV111.42126.07112.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=28.04%
G=38.32%
B=33.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal901231080.2700.120.52152.7315.4941.76
Hex5A7B6C1B0C3499f2a
Octal13217315433014642311752
Binary1011010111101111011001101101100110100100110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,123,108); }

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

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

 a { background-color: rgb(90,123,108); }

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

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

 span { border-color: rgb(90,123,108); }

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