#538E6E

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

Shades of Cutty Sark #538E6E

Tints of Cutty Sark #538E6E

Color information

#538E6E (or 0x538E6E) is unknown color: approx Cutty Sark. HEX triplet: 53, 8E and 6E. RGB value is (83,142,110). Sum of RGB (Red+Green+Blue) = 83+142+110=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #538E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E6E is #AC7191. Grayscale: #787878. Windows color (decimal): -11301266 or 7245395. OLE color: 7245395.

HSL color Cylindrical-coordinate representation of color #538E6E: hue angle of 147.46º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E6E is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB83142110-
CMYK0.4200.230.44
HSL147.46º26.22%44.12%-
HSV(B)147.46º41.55%55.69%-
XYZ16.0522.3118.21-
YUV120.71121.95101.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=24.78%
G=42.39%
B=32.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831421100.4200.230.44147.4626.2244.12
Hex538E6E2A0172C931a2c
Octal12321615652027542233254
Binary10100111000111011011101010100101111011001001001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538E6E; }

 p { color: rgb(83,142,110); }

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

<style>
 a { background-color: #538E6E; }

 a { background-color: rgb(83,142,110); }

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

<style>
 span { border-color: #538E6E; }

 span { border-color: rgb(83,142,110); }

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