#538475

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

Shades of Cutty Sark #538475

Tints of Cutty Sark #538475

Color information

#538475 (or 0x538475) is unknown color: approx Cutty Sark. HEX triplet: 53, 84 and 75. RGB value is (83,132,117). Sum of RGB (Red+Green+Blue) = 83+132+117=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #538475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538475 is #AC7B8A. Grayscale: #737373. Windows color (decimal): -11303819 or 7701587. OLE color: 7701587.

HSL color Cylindrical-coordinate representation of color #538475: hue angle of 161.63º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538475 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB83132117-
CMYK0.3700.110.48
HSL161.63º22.79%42.16%-
HSV(B)161.63º37.12%51.76%-
XYZ15.0319.6319.83-
YUV115.64128.77104.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=25%
G=39.76%
B=35.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321170.3700.110.48161.6322.7942.16
Hex538475250B30a2172a
Octal12320416545013602422752
Binary1010011100001001110101100101010111100001010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538475; }

 p { color: rgb(83,132,117); }

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

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

 a { background-color: rgb(83,132,117); }

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

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

 span { border-color: rgb(83,132,117); }

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