#538978

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

Shades of Cutty Sark #538978

Tints of Cutty Sark #538978

Color information

#538978 (or 0x538978) is unknown color: approx Cutty Sark. HEX triplet: 53, 89 and 78. RGB value is (83,137,120). Sum of RGB (Red+Green+Blue) = 83+137+120=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #538978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538978 is #AC7687. Grayscale: #767676. Windows color (decimal): -11302536 or 7899475. OLE color: 7899475.

HSL color Cylindrical-coordinate representation of color #538978: hue angle of 161.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538978 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB83137120-
CMYK0.3900.120.46
HSL161.11º24.55%43.14%-
HSV(B)161.11º39.42%53.73%-
XYZ15.921.0921-
YUV118.92128.61102.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=24.41%
G=40.29%
B=35.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831371200.3900.120.46161.1124.5543.14
Hex538978270C2Ea1192b
Octal12321117047014562413153
Binary1010011100010011111000100111011001011101010000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538978; }

 p { color: rgb(83,137,120); }

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

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

 a { background-color: rgb(83,137,120); }

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

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

 span { border-color: rgb(83,137,120); }

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