Html Css Color HEX #5A846E Cutty Sark

📋 copy color: '#5A846E'

red 90 ◦ green 132 ◦ blue 110

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

Shades of Cutty Sark #5A846E

Tints of Cutty Sark #5A846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 27.11%
G = 39.76%
B = 33.13%

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

#5A846E (or 0x5A846E) is known color: Cutty Sark. HEX triplet: 5A, 84 and 6E. RGB value is (90,132,110). Sum of RGB (Red+Green+Blue) = 90+132+110=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #5A846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A846E is #A57B91. Grayscale: #747474. Windows color (decimal): -10845074 or 7242842. OLE color: 7242842.

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

Color convert

RGB 90 132 110 -
CMYK 0.32 0 0.17 0.48
HSL 148.57º 0.19% 0.44% -
HSV(B) 148.57º 0.32% 0.52% -
XYZ 15.28 19.8 17.77 -
YUV 116.93 124.09 108.79 -
System Red Green Blue C M Y K H S L
Decimal 90 132 110 0.32 0 0.17 0.48 148.57 0.19 0.44
Hex 5A 84 6E 20 0 11 30 95 13 2C
Octal 132 204 156 40 0 21 60 225 23 54
Binary 1011010 10000100 1101110 100000 0 10001 110000 10010101 10011 101100

Color Harmonies of #5A846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A846E

Black with #5A846E

Text Example


Text Example

White with #5A846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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