Html Css Color HEX #5B7B6C Cutty Sark

📋 copy color: '#5B7B6C'

red 91 ◦ green 123 ◦ blue 108

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

Shades of Cutty Sark #5B7B6C

Tints of Cutty Sark #5B7B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.2%

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

R = 28.26%
G = 38.2%
B = 33.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#5B7B6C (or 0x5B7B6C) is known color: Cutty Sark. HEX triplet: 5B, 7B and 6C. RGB value is (91,123,108). Sum of RGB (Red+Green+Blue) = 91+123+108=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7B6C is #A48493. Grayscale: #6F6F6F. Windows color (decimal): -10781844 or 7109467. OLE color: 7109467.

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

Color convert

RGB 91 123 108 -
CMYK 0.26 0 0.12 0.52
HSL 151.88º 0.15% 0.42% -
HSV(B) 151.88º 0.26% 0.48% -
XYZ 14.1 17.47 16.82 -
YUV 111.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 91 123 108 0.26 0 0.12 0.52 151.88 0.15 0.42
Hex 5B 7B 6C 1A 0 C 34 98 F 2A
Octal 133 173 154 32 0 14 64 230 17 52
Binary 1011011 1111011 1101100 11010 0 1100 110100 10011000 1111 101010

Color Harmonies of #5B7B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7B6C

Black with #5B7B6C

Text Example


Text Example

White with #5B7B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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