#538270

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

Shades of Cutty Sark #538270

Tints of Cutty Sark #538270

Color information

#538270 (or 0x538270) is unknown color: approx Cutty Sark. HEX triplet: 53, 82 and 70. RGB value is (83,130,112). Sum of RGB (Red+Green+Blue) = 83+130+112=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #538270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538270 is #AC7D8F. Grayscale: #717171. Windows color (decimal): -11304336 or 7373395. OLE color: 7373395.

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

Color convert

RGB83130112-
CMYK0.3600.140.49
HSL157.02º22.07%41.76%-
HSV(B)157.02º36.15%50.98%-
XYZ14.4718.9718.23-
YUV113.9126.93105.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=25.54%
G=40%
B=34.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301120.3600.140.49157.0222.0741.76
Hex538270240E319d162a
Octal12320216044016612352652
Binary1010011100000101110000100100011101100011001110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538270; }

 p { color: rgb(83,130,112); }

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

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

 a { background-color: rgb(83,130,112); }

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

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

 span { border-color: rgb(83,130,112); }

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