#538B6F

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

Shades of Cutty Sark #538B6F

Tints of Cutty Sark #538B6F

Color information

#538B6F (or 0x538B6F) is unknown color: approx Cutty Sark. HEX triplet: 53, 8B and 6F. RGB value is (83,139,111). Sum of RGB (Red+Green+Blue) = 83+139+111=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #538B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B6F is #AC7490. Grayscale: #777777. Windows color (decimal): -11302033 or 7310163. OLE color: 7310163.

HSL color Cylindrical-coordinate representation of color #538B6F: hue angle of 150º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B6F is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB83139111-
CMYK0.4000.200.45
HSL150º25.23%43.53%-
HSV(B)150º40.29%54.51%-
XYZ15.6721.4518.35-
YUV119.06123.45102.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=24.92%
G=41.74%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391110.4000.200.4515025.2343.53
Hex538B6F280142D96192c
Octal12321315750024552263154
Binary10100111000101111011111010000101001011011001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,139,111); }

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

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

 a { background-color: rgb(83,139,111); }

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

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

 span { border-color: rgb(83,139,111); }

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