#538E6C

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

Shades of Cutty Sark #538E6C

Tints of Cutty Sark #538E6C

Color information

#538E6C (or 0x538E6C) is unknown color: approx Cutty Sark. HEX triplet: 53, 8E and 6C. RGB value is (83,142,108). Sum of RGB (Red+Green+Blue) = 83+142+108=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #538E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E6C is #AC7193. Grayscale: #787878. Windows color (decimal): -11301268 or 7114323. OLE color: 7114323.

HSL color Cylindrical-coordinate representation of color #538E6C: hue angle of 145.42º 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 #538E6C is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB83142108-
CMYK0.4200.240.44
HSL145.42º26.22%44.12%-
HSV(B)145.42º41.55%55.69%-
XYZ15.9522.2717.64-
YUV120.48120.95101.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=24.92%
G=42.64%
B=32.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831421080.4200.240.44145.4226.2244.12
Hex538E6C2A0182C911a2c
Octal12321615452030542213254
Binary10100111000111011011001010100110001011001001000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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