#53916E

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

Shades of Cutty Sark #53916E

Tints of Cutty Sark #53916E

Color information

#53916E (or 0x53916E) is unknown color: approx Cutty Sark. HEX triplet: 53, 91 and 6E. RGB value is (83,145,110). Sum of RGB (Red+Green+Blue) = 83+145+110=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #53916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53916E is #AC6E91. Grayscale: #7A7A7A. Windows color (decimal): -11300498 or 7246163. OLE color: 7246163.

HSL color Cylindrical-coordinate representation of color #53916E: hue angle of 146.13º degrees, saturation: 0.27, 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 #53916E is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB83145110-
CMYK0.4300.240.43
HSL146.13º27.19%44.71%-
HSV(B)146.13º42.76%56.86%-
XYZ16.5123.2218.36-
YUV122.47120.9699.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=24.56%
G=42.90%
B=32.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831451100.4300.240.43146.1327.1944.71
Hex53916E2B0182B921b2d
Octal12322115653030532223355
Binary10100111001000111011101010110110001010111001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53916E; }

 p { color: rgb(83,145,110); }

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

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

 a { background-color: rgb(83,145,110); }

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

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

 span { border-color: rgb(83,145,110); }

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