#538F78

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

Shades of Cutty Sark #538F78

Tints of Cutty Sark #538F78

Color information

#538F78 (or 0x538F78) is unknown color: approx Cutty Sark. HEX triplet: 53, 8F and 78. RGB value is (83,143,120). Sum of RGB (Red+Green+Blue) = 83+143+120=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #538F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F78 is #AC7087. Grayscale: #7A7A7A. Windows color (decimal): -11301000 or 7901011. OLE color: 7901011.

HSL color Cylindrical-coordinate representation of color #538F78: hue angle of 157º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F78 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB83143120-
CMYK0.4200.160.44
HSL157º26.55%44.31%-
HSV(B)157º41.96%56.08%-
XYZ16.7822.8421.29-
YUV122.44126.6299.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 143 (56.25% from 255) = 41.33%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=23.99%
G=41.33%
B=34.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831431200.4200.160.4415726.5544.31
Hex538F782A0102C9d1b2c
Octal12321717052020542353354
Binary10100111000111111110001010100100001011001001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538F78; }

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

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

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

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

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

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

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

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