#538774

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

Shades of Cutty Sark #538774

Tints of Cutty Sark #538774

Color information

#538774 (or 0x538774) is unknown color: approx Cutty Sark. HEX triplet: 53, 87 and 74. RGB value is (83,135,116). Sum of RGB (Red+Green+Blue) = 83+135+116=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #538774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538774 is #AC788B. Grayscale: #757575. Windows color (decimal): -11303052 or 7636819. OLE color: 7636819.

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

Color convert

RGB83135116-
CMYK0.3900.140.47
HSL158.08º23.85%42.75%-
HSV(B)158.08º38.52%52.94%-
XYZ15.3820.4319.66-
YUV117.29127.27103.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 116 (45.70% from 255) = 34.73%
R=24.85%
G=40.42%
B=34.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351160.3900.140.47158.0823.8542.75
Hex538774270E2F9e182b
Octal12320716447016572363053
Binary1010011100001111110100100111011101011111001111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538774; }

 p { color: rgb(83,135,116); }

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

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

 a { background-color: rgb(83,135,116); }

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

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

 span { border-color: rgb(83,135,116); }

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