#538874

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

Shades of Cutty Sark #538874

Tints of Cutty Sark #538874

Color information

#538874 (or 0x538874) is unknown color: approx Cutty Sark. HEX triplet: 53, 88 and 74. RGB value is (83,136,116). Sum of RGB (Red+Green+Blue) = 83+136+116=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #538874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538874 is #AC778B. Grayscale: #757575. Windows color (decimal): -11302796 or 7637075. OLE color: 7637075.

HSL color Cylindrical-coordinate representation of color #538874: hue angle of 157.36º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538874 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB83136116-
CMYK0.3900.150.47
HSL157.36º24.2%42.94%-
HSV(B)157.36º38.97%53.33%-
XYZ15.5220.7119.7-
YUV117.87126.94103.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=24.78%
G=40.60%
B=34.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831361160.3900.150.47157.3624.242.94
Hex538874270F2F9d182b
Octal12321016447017572353053
Binary1010011100010001110100100111011111011111001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538874; }

 p { color: rgb(83,136,116); }

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

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

 a { background-color: rgb(83,136,116); }

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

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

 span { border-color: rgb(83,136,116); }

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