Html Css Color HEX #5B846E Cutty Sark

📋 copy color: '#5B846E'

red 91 ◦ green 132 ◦ blue 110

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

Shades of Cutty Sark #5B846E

Tints of Cutty Sark #5B846E

RGB

 RED value IS 91 (35.94% from 255) = 27.33%

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

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

R = 27.33%
G = 39.64%
B = 33.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#5B846E (or 0x5B846E) is known color: Cutty Sark. HEX triplet: 5B, 84 and 6E. RGB value is (91,132,110). Sum of RGB (Red+Green+Blue) = 91+132+110=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #5B846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B846E is #A47B91. Grayscale: #757575. Windows color (decimal): -10779538 or 7242843. OLE color: 7242843.

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

Color convert

RGB 91 132 110 -
CMYK 0.31 0 0.17 0.48
HSL 147.8º 0.18% 0.44% -
HSV(B) 147.8º 0.31% 0.52% -
XYZ 15.38 19.85 17.77 -
YUV 117.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 91 132 110 0.31 0 0.17 0.48 147.8 0.18 0.44
Hex 5B 84 6E 1F 0 11 30 94 12 2C
Octal 133 204 156 37 0 21 60 224 22 54
Binary 1011011 10000100 1101110 11111 0 10001 110000 10010100 10010 101100

Color Harmonies of #5B846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B846E

Black with #5B846E

Text Example


Text Example

White with #5B846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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