Html Css Color HEX #5B847B Cutty Sark

📋 copy color: '#5B847B'

red 91 ◦ green 132 ◦ blue 123

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

Shades of Cutty Sark #5B847B

Tints of Cutty Sark #5B847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 26.3%
G = 38.15%
B = 35.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#5B847B (or 0x5B847B) is known color: Cutty Sark. HEX triplet: 5B, 84 and 7B. RGB value is (91,132,123). Sum of RGB (Red+Green+Blue) = 91+132+123=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #5B847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B847B is #A47B84. Grayscale: #767676. Windows color (decimal): -10779525 or 8094811. OLE color: 8094811.

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

Color convert

RGB 91 132 123 -
CMYK 0.31 0 0.07 0.48
HSL 166.83º 0.18% 0.44% -
HSV(B) 166.83º 0.31% 0.52% -
XYZ 16.14 20.16 21.78 -
YUV 118.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 91 132 123 0.31 0 0.07 0.48 166.83 0.18 0.44
Hex 5B 84 7B 1F 0 7 30 A7 12 2C
Octal 133 204 173 37 0 7 60 247 22 54
Binary 1011011 10000100 1111011 11111 0 111 110000 10100111 10010 101100

Color Harmonies of #5B847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B847B

Black with #5B847B

Text Example


Text Example

White with #5B847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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