#538269

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

Shades of Cutty Sark #538269

Tints of Cutty Sark #538269

Color information

#538269 (or 0x538269) is unknown color: approx Cutty Sark. HEX triplet: 53, 82 and 69. RGB value is (83,130,105). Sum of RGB (Red+Green+Blue) = 83+130+105=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #538269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538269 is #AC7D96. Grayscale: #717171. Windows color (decimal): -11304343 or 6914643. OLE color: 6914643.

HSL color Cylindrical-coordinate representation of color #538269: hue angle of 148.09º 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 #538269 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB83130105-
CMYK0.3600.190.49
HSL148.09º22.07%41.76%-
HSV(B)148.09º36.15%50.98%-
XYZ14.118.8216.25-
YUV113.1123.43106.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=26.10%
G=40.88%
B=33.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301050.3600.190.49148.0922.0741.76
Hex538269240133194162a
Octal12320215144023612242652
Binary10100111000001011010011001000100111100011001010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538269; }

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

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

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

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

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

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

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

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