#538879

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

Shades of Cutty Sark #538879

Tints of Cutty Sark #538879

Color information

#538879 (or 0x538879) is unknown color: approx Cutty Sark. HEX triplet: 53, 88 and 79. RGB value is (83,136,121). Sum of RGB (Red+Green+Blue) = 83+136+121=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #538879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538879 is #AC7786. Grayscale: #767676. Windows color (decimal): -11302791 or 7964755. OLE color: 7964755.

HSL color Cylindrical-coordinate representation of color #538879: hue angle of 163.02º 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 #538879 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB83136121-
CMYK0.3900.110.47
HSL163.02º24.2%42.94%-
HSV(B)163.02º38.97%53.33%-
XYZ15.8220.8321.28-
YUV118.44129.44102.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=24.41%
G=40%
B=35.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831361210.3900.110.47163.0224.242.94
Hex538879270B2Fa3182b
Octal12321017147013572433053
Binary1010011100010001111001100111010111011111010001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538879; }

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

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

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

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

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

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

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

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