#538670

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

Shades of Cutty Sark #538670

Tints of Cutty Sark #538670

Color information

#538670 (or 0x538670) is unknown color: approx Cutty Sark. HEX triplet: 53, 86 and 70. RGB value is (83,134,112). Sum of RGB (Red+Green+Blue) = 83+134+112=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #538670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538670 is #AC798F. Grayscale: #747474. Windows color (decimal): -11303312 or 7374419. OLE color: 7374419.

HSL color Cylindrical-coordinate representation of color #538670: hue angle of 154.12º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538670 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB83134112-
CMYK0.3800.160.47
HSL154.12º23.5%42.55%-
HSV(B)154.12º38.06%52.55%-
XYZ15.0220.0618.41-
YUV116.24125.6104.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=25.23%
G=40.73%
B=34.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341120.3800.160.47154.1223.542.55
Hex538670260102F9a182b
Octal12320616046020572323053
Binary10100111000011011100001001100100001011111001101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538670; }

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

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

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

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

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

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

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

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