Html Css Color HEX #58856F Cutty Sark

📋 copy color: '#58856F'

red 88 ◦ green 133 ◦ blue 111

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

Shades of Cutty Sark #58856F

Tints of Cutty Sark #58856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 26.51%
G = 40.06%
B = 33.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#58856F (or 0x58856F) is known color: Cutty Sark. HEX triplet: 58, 85 and 6F. RGB value is (88,133,111). Sum of RGB (Red+Green+Blue) = 88+133+111=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #58856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58856F is #A77A90. Grayscale: #757575. Windows color (decimal): -10975889 or 7308632. OLE color: 7308632.

HSL color Cylindrical-coordinate representation of color #58856F: hue angle of 150.67º 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 #58856F is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 133 111 -
CMYK 0.34 0 0.17 0.48
HSL 150.67º 0.2% 0.43% -
HSV(B) 150.67º 0.34% 0.52% -
XYZ 15.28 20 18.09 -
YUV 117.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 88 133 111 0.34 0 0.17 0.48 150.67 0.2 0.43
Hex 58 85 6F 22 0 11 30 97 14 2B
Octal 130 205 157 42 0 21 60 227 24 53
Binary 1011000 10000101 1101111 100010 0 10001 110000 10010111 10100 101011

Color Harmonies of #58856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58856F

Black with #58856F

Text Example


Text Example

White with #58856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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