#538369

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

Shades of Cutty Sark #538369

Tints of Cutty Sark #538369

Color information

#538369 (or 0x538369) is unknown color: approx Cutty Sark. HEX triplet: 53, 83 and 69. RGB value is (83,131,105). Sum of RGB (Red+Green+Blue) = 83+131+105=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #538369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538369 is #AC7C96. Grayscale: #717171. Windows color (decimal): -11304087 or 6914899. OLE color: 6914899.

HSL color Cylindrical-coordinate representation of color #538369: hue angle of 147.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538369 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB83131105-
CMYK0.3700.200.49
HSL147.5º22.43%41.96%-
HSV(B)147.5º36.64%51.37%-
XYZ14.2319.0916.3-
YUV113.68123.1106.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=26.02%
G=41.07%
B=32.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311050.3700.200.49147.522.4341.96
Hex538369250143194162a
Octal12320315145024612242652
Binary10100111000001111010011001010101001100011001010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538369; }

 p { color: rgb(83,131,105); }

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

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

 a { background-color: rgb(83,131,105); }

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

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

 span { border-color: rgb(83,131,105); }

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