Html Css Color HEX #58796A Cutty Sark

📋 copy color: '#58796A'

red 88 ◦ green 121 ◦ blue 106

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

Shades of Cutty Sark #58796A

Tints of Cutty Sark #58796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 27.94%
G = 38.41%
B = 33.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#58796A (or 0x58796A) is known color: Cutty Sark. HEX triplet: 58, 79 and 6A. RGB value is (88,121,106). Sum of RGB (Red+Green+Blue) = 88+121+106=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #58796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58796A is #A78695. Grayscale: #6D6D6D. Windows color (decimal): -10978966 or 6977880. OLE color: 6977880.

HSL color Cylindrical-coordinate representation of color #58796A: hue angle of 152.73º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58796A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 121 106 -
CMYK 0.27 0 0.12 0.53
HSL 152.73º 0.16% 0.41% -
HSV(B) 152.73º 0.27% 0.47% -
XYZ 13.46 16.79 16.17 -
YUV 109.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 88 121 106 0.27 0 0.12 0.53 152.73 0.16 0.41
Hex 58 79 6A 1B 0 C 35 99 10 29
Octal 130 171 152 33 0 14 65 231 20 51
Binary 1011000 1111001 1101010 11011 0 1100 110101 10011001 10000 101001

Color Harmonies of #58796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58796A

Black with #58796A

Text Example


Text Example

White with #58796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58796A; }

 p { color: rgb(88,121,106); }

 H1.HeaderClassName
 {
   color: #58796A;
 }
 .AnyTagClassName
 {
   color: #58796A;
 }
</style>

background-color css

<style>
 a { background-color: #58796A; }

 a { background-color: rgb(88,121,106); }

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

border-color css

<style>
 span { border-color: #58796A; }

 span { border-color: rgb(88,121,106); }

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