#539278

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

Shades of Cutty Sark #539278

Tints of Cutty Sark #539278

Color information

#539278 (or 0x539278) is unknown color: approx Cutty Sark. HEX triplet: 53, 92 and 78. RGB value is (83,146,120). Sum of RGB (Red+Green+Blue) = 83+146+120=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #539278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539278 is #AC6D87. Grayscale: #7C7C7C. Windows color (decimal): -11300232 or 7901779. OLE color: 7901779.

HSL color Cylindrical-coordinate representation of color #539278: hue angle of 155.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539278 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB83146120-
CMYK0.4300.180.43
HSL155.24º27.51%44.9%-
HSV(B)155.24º43.15%57.25%-
XYZ17.2423.7521.45-
YUV124.2125.6398.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=23.78%
G=41.83%
B=34.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461200.4300.180.43155.2427.5144.9
Hex5392782B0122B9b1c2d
Octal12322217053022532333455
Binary10100111001001011110001010110100101010111001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539278; }

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

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

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

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

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

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

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

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