#5A847B

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

Shades of Cutty Sark #5A847B

Tints of Cutty Sark #5A847B

Color information

#5A847B (or 0x5A847B) is unknown color: approx Cutty Sark. HEX triplet: 5A, 84 and 7B. RGB value is (90,132,123). Sum of RGB (Red+Green+Blue) = 90+132+123=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #5A847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A847B is #A57B84. Grayscale: #767676. Windows color (decimal): -10845061 or 8094810. OLE color: 8094810.

HSL color Cylindrical-coordinate representation of color #5A847B: hue angle of 167.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A847B is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB90132123-
CMYK0.3200.070.48
HSL167.14º18.92%43.53%-
HSV(B)167.14º31.82%51.76%-
XYZ16.0420.1121.77-
YUV118.42130.59107.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=26.09%
G=38.26%
B=35.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901321230.3200.070.48167.1418.9243.53
Hex5A847B200730a7132c
Octal1322041734007602472354
Binary101101010000100111101110000001111100001010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A847B; }

 p { color: rgb(90,132,123); }

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

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

 a { background-color: rgb(90,132,123); }

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

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

 span { border-color: rgb(90,132,123); }

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