Html Css Color HEX #58856D Cutty Sark

📋 copy color: '#58856D'

red 88 ◦ green 133 ◦ blue 109

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

Shades of Cutty Sark #58856D

Tints of Cutty Sark #58856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 26.67%
G = 40.3%
B = 33.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#58856D (or 0x58856D) is known color: Cutty Sark. HEX triplet: 58, 85 and 6D. RGB value is (88,133,109). Sum of RGB (Red+Green+Blue) = 88+133+109=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #58856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58856D is #A77A92. Grayscale: #747474. Windows color (decimal): -10975891 or 7177560. OLE color: 7177560.

HSL color Cylindrical-coordinate representation of color #58856D: hue angle of 148º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58856D is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 133 109 -
CMYK 0.34 0 0.18 0.48
HSL 148º 0.2% 0.43% -
HSV(B) 148º 0.34% 0.52% -
XYZ 15.17 19.95 17.52 -
YUV 116.81 123.59 107.45 -
System Red Green Blue C M Y K H S L
Decimal 88 133 109 0.34 0 0.18 0.48 148 0.2 0.43
Hex 58 85 6D 22 0 12 30 94 14 2B
Octal 130 205 155 42 0 22 60 224 24 53
Binary 1011000 10000101 1101101 100010 0 10010 110000 10010100 10100 101011

Color Harmonies of #58856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58856D

Black with #58856D

Text Example


Text Example

White with #58856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58856D; }

 p { color: rgb(88,133,109); }

 H1.HeaderClassName
 {
   color: #58856D;
 }
 .AnyTagClassName
 {
   color: #58856D;
 }
</style>

background-color css

<style>
 a { background-color: #58856D; }

 a { background-color: rgb(88,133,109); }

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

border-color css

<style>
 span { border-color: #58856D; }

 span { border-color: rgb(88,133,109); }

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