#538375

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

Shades of Cutty Sark #538375

Tints of Cutty Sark #538375

Color information

#538375 (or 0x538375) is unknown color: approx Cutty Sark. HEX triplet: 53, 83 and 75. RGB value is (83,131,117). Sum of RGB (Red+Green+Blue) = 83+131+117=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #538375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538375 is #AC7C8A. Grayscale: #737373. Windows color (decimal): -11304075 or 7701331. OLE color: 7701331.

HSL color Cylindrical-coordinate representation of color #538375: hue angle of 162.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538375 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB83131117-
CMYK0.3700.110.49
HSL162.5º22.43%41.96%-
HSV(B)162.5º36.64%51.37%-
XYZ14.8919.3619.78-
YUV115.05129.1105.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=25.08%
G=39.58%
B=35.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311170.3700.110.49162.522.4341.96
Hex538375250B31a2162a
Octal12320316545013612422652
Binary1010011100000111110101100101010111100011010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538375; }

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

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

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

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

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

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

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

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