#538069

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

Shades of Cutty Sark #538069

Tints of Cutty Sark #538069

Color information

#538069 (or 0x538069) is unknown color: approx Cutty Sark. HEX triplet: 53, 80 and 69. RGB value is (83,128,105). Sum of RGB (Red+Green+Blue) = 83+128+105=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #538069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538069 is #AC7F96. Grayscale: #6F6F6F. Windows color (decimal): -11304855 or 6914131. OLE color: 6914131.

HSL color Cylindrical-coordinate representation of color #538069: hue angle of 149.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #538069 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB83128105-
CMYK0.3500.180.50
HSL149.33º21.33%41.37%-
HSV(B)149.33º35.16%50.2%-
XYZ13.8418.316.17-
YUV111.92124.09107.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 128 (50.39% from 255) = 40.51%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=26.27%
G=40.51%
B=33.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831281050.3500.180.50149.3321.3341.37
Hex5380692301232951529
Octal12320015143022622252551
Binary10100111000000011010011000110100101100101001010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538069; }

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

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

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

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

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

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

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

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