#538469

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

Shades of Cutty Sark #538469

Tints of Cutty Sark #538469

Color information

#538469 (or 0x538469) is unknown color: approx Cutty Sark. HEX triplet: 53, 84 and 69. RGB value is (83,132,105). Sum of RGB (Red+Green+Blue) = 83+132+105=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #538469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538469 is #AC7B96. Grayscale: #727272. Windows color (decimal): -11303831 or 6915155. OLE color: 6915155.

HSL color Cylindrical-coordinate representation of color #538469: hue angle of 146.94º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538469 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB83132105-
CMYK0.3700.200.48
HSL146.94º22.79%42.16%-
HSV(B)146.94º37.12%51.76%-
XYZ14.3719.3616.34-
YUV114.27122.77105.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=25.94%
G=41.25%
B=32.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321050.3700.200.48146.9422.7942.16
Hex538469250143093172a
Octal12320415145024602232752
Binary10100111000010011010011001010101001100001001001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538469; }

 p { color: rgb(83,132,105); }

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

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

 a { background-color: rgb(83,132,105); }

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

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

 span { border-color: rgb(83,132,105); }

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