Html Css Color HEX #5A847A Cutty Sark

📋 copy color: '#5A847A'

red 90 ◦ green 132 ◦ blue 122

#5A847A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #5A847A

Tints of Cutty Sark #5A847A

RGB

 RED value IS 90 (35.55% from 255) = 26.16%

 GREEN value IS 132 (51.95% from 255) = 38.37%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 26.16%
G = 38.37%
B = 35.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#5A847A (or 0x5A847A) is known color: Cutty Sark. HEX triplet: 5A, 84 and 7A. RGB value is (90,132,122). Sum of RGB (Red+Green+Blue) = 90+132+122=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #5A847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A847A is #A57B85. Grayscale: #767676. Windows color (decimal): -10845062 or 8029274. OLE color: 8029274.

HSL color Cylindrical-coordinate representation of color #5A847A: hue angle of 165.71º 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 #5A847A is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 132 122 -
CMYK 0.32 0 0.08 0.48
HSL 165.71º 0.19% 0.44% -
HSV(B) 165.71º 0.32% 0.52% -
XYZ 15.98 20.08 21.45 -
YUV 118.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 90 132 122 0.32 0 0.08 0.48 165.71 0.19 0.44
Hex 5A 84 7A 20 0 8 30 A6 13 2C
Octal 132 204 172 40 0 10 60 246 23 54
Binary 1011010 10000100 1111010 100000 0 1000 110000 10100110 10011 101100

Color Harmonies of #5A847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A847A

Black with #5A847A

Text Example


Text Example

White with #5A847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A847A;
 }
 .AnyTagClassName
 {
   color: #5A847A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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