#538477

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

Shades of Cutty Sark #538477

Tints of Cutty Sark #538477

Color information

#538477 (or 0x538477) is unknown color: approx Cutty Sark. HEX triplet: 53, 84 and 77. RGB value is (83,132,119). Sum of RGB (Red+Green+Blue) = 83+132+119=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #538477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538477 is #AC7B88. Grayscale: #737373. Windows color (decimal): -11303817 or 7832659. OLE color: 7832659.

HSL color Cylindrical-coordinate representation of color #538477: hue angle of 164.08º 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 #538477 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB83132119-
CMYK0.3700.100.48
HSL164.08º22.79%42.16%-
HSV(B)164.08º37.12%51.76%-
XYZ15.1519.6720.45-
YUV115.87129.77104.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=24.85%
G=39.52%
B=35.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321190.3700.100.48164.0822.7942.16
Hex538477250A30a4172a
Octal12320416745012602442752
Binary1010011100001001110111100101010101100001010010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538477; }

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

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

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

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

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

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

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

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