Html Css Color HEX #5B837A Cutty Sark

📋 copy color: '#5B837A'

red 91 ◦ green 131 ◦ blue 122

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

Shades of Cutty Sark #5B837A

Tints of Cutty Sark #5B837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 26.45%
G = 38.08%
B = 35.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#5B837A (or 0x5B837A) is known color: Cutty Sark. HEX triplet: 5B, 83 and 7A. RGB value is (91,131,122). Sum of RGB (Red+Green+Blue) = 91+131+122=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #5B837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B837A is #A47C85. Grayscale: #767676. Windows color (decimal): -10779782 or 8029019. OLE color: 8029019.

HSL color Cylindrical-coordinate representation of color #5B837A: hue angle of 166.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 #5B837A is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 131 122 -
CMYK 0.31 0 0.07 0.49
HSL 166.5º 0.18% 0.44% -
HSV(B) 166.5º 0.31% 0.51% -
XYZ 15.94 19.86 21.41 -
YUV 118.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 91 131 122 0.31 0 0.07 0.49 166.5 0.18 0.44
Hex 5B 83 7A 1F 0 7 31 A6 12 2C
Octal 133 203 172 37 0 7 61 246 22 54
Binary 1011011 10000011 1111010 11111 0 111 110001 10100110 10010 101100

Color Harmonies of #5B837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B837A

Black with #5B837A

Text Example


Text Example

White with #5B837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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