#5C726A

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

Shades of Cutty Sark #5C726A

Tints of Cutty Sark #5C726A

Color information

#5C726A (or 0x5C726A) is unknown color: approx Cutty Sark. HEX triplet: 5C, 72 and 6A. RGB value is (92,114,106). Sum of RGB (Red+Green+Blue) = 92+114+106=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #5C726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C726A is #A38D95. Grayscale: #6A6A6A. Windows color (decimal): -10718614 or 6976092. OLE color: 6976092.

HSL color Cylindrical-coordinate representation of color #5C726A: hue angle of 158.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C726A is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB92114106-
CMYK0.1900.070.55
HSL158.18º10.68%40.39%-
HSV(B)158.18º19.3%44.71%-
XYZ13.0315.3515.91-
YUV106.51127.71117.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.49%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=29.49%
G=36.54%
B=33.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921141060.1900.070.55158.1810.6840.39
Hex5C726A1307379eb28
Octal1341621522307672361350
Binary101110011100101101010100110111110111100111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,114,106); }

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

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

 a { background-color: rgb(92,114,106); }

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

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

 span { border-color: rgb(92,114,106); }

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