Html Css Color HEX #5B7A71 Cutty Sark

📋 copy color: '#5B7A71'

red 91 ◦ green 122 ◦ blue 113

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

Shades of Cutty Sark #5B7A71

Tints of Cutty Sark #5B7A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 113 (44.53% from 255) = 34.66%

R = 27.91%
G = 37.42%
B = 34.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#5B7A71 (or 0x5B7A71) is known color: Cutty Sark. HEX triplet: 5B, 7A and 71. RGB value is (91,122,113). Sum of RGB (Red+Green+Blue) = 91+122+113=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7A71 is #A4858E. Grayscale: #6F6F6F. Windows color (decimal): -10782095 or 7436891. OLE color: 7436891.

HSL color Cylindrical-coordinate representation of color #5B7A71: hue angle of 162.58º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7A71 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 122 113 -
CMYK 0.25 0 0.07 0.52
HSL 162.58º 0.15% 0.42% -
HSV(B) 162.58º 0.25% 0.48% -
XYZ 14.25 17.34 18.22 -
YUV 111.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 91 122 113 0.25 0 0.07 0.52 162.58 0.15 0.42
Hex 5B 7A 71 19 0 7 34 A3 F 2A
Octal 133 172 161 31 0 7 64 243 17 52
Binary 1011011 1111010 1110001 11001 0 111 110100 10100011 1111 101010

Color Harmonies of #5B7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7A71

Black with #5B7A71

Text Example


Text Example

White with #5B7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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