Html Css Color HEX #58776B Cutty Sark

📋 copy color: '#58776B'

red 88 ◦ green 119 ◦ blue 107

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

Shades of Cutty Sark #58776B

Tints of Cutty Sark #58776B

RGB

 RED value IS 88 (34.77% from 255) = 28.03%

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 28.03%
G = 37.9%
B = 34.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#58776B (or 0x58776B) is known color: Cutty Sark. HEX triplet: 58, 77 and 6B. RGB value is (88,119,107). Sum of RGB (Red+Green+Blue) = 88+119+107=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #58776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58776B is #A78894. Grayscale: #6C6C6C. Windows color (decimal): -10979477 or 7042904. OLE color: 7042904.

HSL color Cylindrical-coordinate representation of color #58776B: hue angle of 156.77º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58776B is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 119 107 -
CMYK 0.26 0 0.10 0.53
HSL 156.77º 0.15% 0.41% -
HSV(B) 156.77º 0.26% 0.47% -
XYZ 13.28 16.33 16.36 -
YUV 108.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 88 119 107 0.26 0 0.10 0.53 156.77 0.15 0.41
Hex 58 77 6B 1A 0 A 35 9D F 29
Octal 130 167 153 32 0 12 65 235 17 51
Binary 1011000 1110111 1101011 11010 0 1010 110101 10011101 1111 101001

Color Harmonies of #58776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58776B

Black with #58776B

Text Example


Text Example

White with #58776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58776B; }

 p { color: rgb(88,119,107); }

 H1.HeaderClassName
 {
   color: #58776B;
 }
 .AnyTagClassName
 {
   color: #58776B;
 }
</style>

background-color css

<style>
 a { background-color: #58776B; }

 a { background-color: rgb(88,119,107); }

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

border-color css

<style>
 span { border-color: #58776B; }

 span { border-color: rgb(88,119,107); }

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