Html Css Color HEX #5A846D Cutty Sark

📋 copy color: '#5A846D'

red 90 ◦ green 132 ◦ blue 109

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

Shades of Cutty Sark #5A846D

Tints of Cutty Sark #5A846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 27.19%
G = 39.88%
B = 32.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#5A846D (or 0x5A846D) is known color: Cutty Sark. HEX triplet: 5A, 84 and 6D. RGB value is (90,132,109). Sum of RGB (Red+Green+Blue) = 90+132+109=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #5A846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A846D is #A57B92. Grayscale: #747474. Windows color (decimal): -10845075 or 7177306. OLE color: 7177306.

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

Color convert

RGB 90 132 109 -
CMYK 0.32 0 0.17 0.48
HSL 147.14º 0.19% 0.44% -
HSV(B) 147.14º 0.32% 0.52% -
XYZ 15.23 19.78 17.48 -
YUV 116.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 90 132 109 0.32 0 0.17 0.48 147.14 0.19 0.44
Hex 5A 84 6D 20 0 11 30 93 13 2C
Octal 132 204 155 40 0 21 60 223 23 54
Binary 1011010 10000100 1101101 100000 0 10001 110000 10010011 10011 101100

Color Harmonies of #5A846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A846D

Black with #5A846D

Text Example


Text Example

White with #5A846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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