Html Css Color HEX #5B836C Cutty Sark

📋 copy color: '#5B836C'

red 91 ◦ green 131 ◦ blue 108

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

Shades of Cutty Sark #5B836C

Tints of Cutty Sark #5B836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 27.58%
G = 39.7%
B = 32.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#5B836C (or 0x5B836C) is known color: Cutty Sark. HEX triplet: 5B, 83 and 6C. RGB value is (91,131,108). Sum of RGB (Red+Green+Blue) = 91+131+108=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #5B836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B836C is #A47C93. Grayscale: #747474. Windows color (decimal): -10779796 or 7111515. OLE color: 7111515.

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

Color convert

RGB 91 131 108 -
CMYK 0.31 0 0.18 0.49
HSL 145.5º 0.18% 0.44% -
HSV(B) 145.5º 0.31% 0.51% -
XYZ 15.14 19.54 17.16 -
YUV 116.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 91 131 108 0.31 0 0.18 0.49 145.5 0.18 0.44
Hex 5B 83 6C 1F 0 12 31 92 12 2C
Octal 133 203 154 37 0 22 61 222 22 54
Binary 1011011 10000011 1101100 11111 0 10010 110001 10010010 10010 101100

Color Harmonies of #5B836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B836C

Black with #5B836C

Text Example


Text Example

White with #5B836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,131,108); }

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

background-color css

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

 a { background-color: rgb(91,131,108); }

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

border-color css

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

 span { border-color: rgb(91,131,108); }

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