#539375

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

Shades of Cutty Sark #539375

Tints of Cutty Sark #539375

Color information

#539375 (or 0x539375) is unknown color: approx Cutty Sark. HEX triplet: 53, 93 and 75. RGB value is (83,147,117). Sum of RGB (Red+Green+Blue) = 83+147+117=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #539375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539375 is #AC6C8A. Grayscale: #7C7C7C. Windows color (decimal): -11299979 or 7705427. OLE color: 7705427.

HSL color Cylindrical-coordinate representation of color #539375: hue angle of 151.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539375 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB83147117-
CMYK0.4400.200.42
HSL151.88º27.83%45.1%-
HSV(B)151.88º43.54%57.65%-
XYZ17.2123.9920.55-
YUV124.44123.898.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=23.92%
G=42.36%
B=33.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471170.4400.200.42151.8827.8345.1
Hex5393752C0142A981c2d
Octal12322316554024522303455
Binary10100111001001111101011011000101001010101001100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539375; }

 p { color: rgb(83,147,117); }

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

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

 a { background-color: rgb(83,147,117); }

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

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

 span { border-color: rgb(83,147,117); }

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