#538b78

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

Shades of Cutty Sark #538B78

Tints of Cutty Sark #538B78

Color information

#538B78 (or 0x538B78) is unknown color: approx Cutty Sark. HEX triplet: 53, 8B and 78. RGB value is (83,139,120). Sum of RGB (Red+Green+Blue) = 83+139+120=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #538B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B78 is #AC7487. Grayscale: #787878. Windows color (decimal): -11302024 or 7899987. OLE color: 7899987.

HSL color Cylindrical-coordinate representation of color #538B78: hue angle of 159.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B78 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB83139120-
CMYK0.4000.140.45
HSL159.64º25.23%43.53%-
HSV(B)159.64º40.29%54.51%-
XYZ16.1921.6621.1-
YUV120.09127.95101.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=24.27%
G=40.64%
B=35.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391200.4000.140.45159.6425.2343.53
Hex538B78280E2Da0192c
Octal12321317050016552403154
Binary1010011100010111111000101000011101011011010000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538b78; }

 p { color: rgb(83,139,120); }

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

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

 a { background-color: rgb(83,139,120); }

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

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

 span { border-color: rgb(83,139,120); }

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