Html Css Color HEX #58756A Cutty Sark

📋 copy color: '#58756A'

red 88 ◦ green 117 ◦ blue 106

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

Shades of Cutty Sark #58756A

Tints of Cutty Sark #58756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 28.3%
G = 37.62%
B = 34.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#58756A (or 0x58756A) is known color: Cutty Sark. HEX triplet: 58, 75 and 6A. RGB value is (88,117,106). Sum of RGB (Red+Green+Blue) = 88+117+106=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #58756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58756A is #A78A95. Grayscale: #6B6B6B. Windows color (decimal): -10979990 or 6976856. OLE color: 6976856.

HSL color Cylindrical-coordinate representation of color #58756A: hue angle of 157.24º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58756A is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 117 106 -
CMYK 0.25 0 0.09 0.54
HSL 157.24º 0.14% 0.4% -
HSV(B) 157.24º 0.25% 0.46% -
XYZ 12.99 15.84 16.01 -
YUV 107.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 88 117 106 0.25 0 0.09 0.54 157.24 0.14 0.4
Hex 58 75 6A 19 0 9 36 9D E 28
Octal 130 165 152 31 0 11 66 235 16 50
Binary 1011000 1110101 1101010 11001 0 1001 110110 10011101 1110 101000

Color Harmonies of #58756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58756A

Black with #58756A

Text Example


Text Example

White with #58756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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