Html Css Color HEX #5A846C Cutty Sark

📋 copy color: '#5A846C'

red 90 ◦ green 132 ◦ blue 108

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

Shades of Cutty Sark #5A846C

Tints of Cutty Sark #5A846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 27.27%
G = 40%
B = 32.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#5A846C (or 0x5A846C) is known color: Cutty Sark. HEX triplet: 5A, 84 and 6C. RGB value is (90,132,108). Sum of RGB (Red+Green+Blue) = 90+132+108=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #5A846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A846C is #A57B93. Grayscale: #747474. Windows color (decimal): -10845076 or 7111770. OLE color: 7111770.

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

Color convert

RGB 90 132 108 -
CMYK 0.32 0 0.18 0.48
HSL 145.71º 0.19% 0.44% -
HSV(B) 145.71º 0.32% 0.52% -
XYZ 15.17 19.76 17.2 -
YUV 116.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 90 132 108 0.32 0 0.18 0.48 145.71 0.19 0.44
Hex 5A 84 6C 20 0 12 30 92 13 2C
Octal 132 204 154 40 0 22 60 222 23 54
Binary 1011010 10000100 1101100 100000 0 10010 110000 10010010 10011 101100

Color Harmonies of #5A846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A846C

Black with #5A846C

Text Example


Text Example

White with #5A846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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