#538A6C

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

Shades of Cutty Sark #538A6C

Tints of Cutty Sark #538A6C

Color information

#538A6C (or 0x538A6C) is unknown color: approx Cutty Sark. HEX triplet: 53, 8A and 6C. RGB value is (83,138,108). Sum of RGB (Red+Green+Blue) = 83+138+108=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 138 - color contains mainly: green. Hex color #538A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A6C is #AC7593. Grayscale: #767676. Windows color (decimal): -11302292 or 7113299. OLE color: 7113299.

HSL color Cylindrical-coordinate representation of color #538A6C: hue angle of 147.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A6C is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB83138108-
CMYK0.4000.220.46
HSL147.27º24.89%43.33%-
HSV(B)147.27º39.86%54.12%-
XYZ15.3621.117.45-
YUV118.14122.28102.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=25.23%
G=41.95%
B=32.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831381080.4000.220.46147.2724.8943.33
Hex538A6C280162E93192b
Octal12321215450026562233153
Binary10100111000101011011001010000101101011101001001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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