#538B7B

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

Shades of Cutty Sark #538B7B

Tints of Cutty Sark #538B7B

Color information

#538B7B (or 0x538B7B) is unknown color: approx Cutty Sark. HEX triplet: 53, 8B and 7B. RGB value is (83,139,123). Sum of RGB (Red+Green+Blue) = 83+139+123=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #538B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B7B is #AC7484. Grayscale: #787878. Windows color (decimal): -11302021 or 8096595. OLE color: 8096595.

HSL color Cylindrical-coordinate representation of color #538B7B: hue angle of 162.86º 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 #538B7B is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB83139123-
CMYK0.4000.120.45
HSL162.86º25.23%43.53%-
HSV(B)162.86º40.29%54.51%-
XYZ16.3821.7322.07-
YUV120.43129.45101.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=24.06%
G=40.29%
B=35.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831391230.4000.120.45162.8625.2343.53
Hex538B7B280C2Da3192c
Octal12321317350014552433154
Binary1010011100010111111011101000011001011011010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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