#5E837A

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

Shades of Cutty Sark #5E837A

Tints of Cutty Sark #5E837A

Color information

#5E837A (or 0x5E837A) is unknown color: approx Cutty Sark. HEX triplet: 5E, 83 and 7A. RGB value is (94,131,122). Sum of RGB (Red+Green+Blue) = 94+131+122=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #5E837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E837A is #A17C85. Grayscale: #767676. Windows color (decimal): -10583174 or 8029022. OLE color: 8029022.

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

Color convert

RGB94131122-
CMYK0.2800.070.49
HSL165.41º16.44%44.12%-
HSV(B)165.41º28.24%51.37%-
XYZ16.2520.0221.42-
YUV118.91129.74110.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=27.09%
G=37.75%
B=35.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941311220.2800.070.49165.4116.4444.12
Hex5E837A1C0731a5102c
Octal1362031723407612452054
Binary10111101000001111110101110001111100011010010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,131,122); }

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

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

 a { background-color: rgb(94,131,122); }

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

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

 span { border-color: rgb(94,131,122); }

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