Html Css Color HEX #58816F Cutty Sark

📋 copy color: '#58816F'

red 88 ◦ green 129 ◦ blue 111

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

Shades of Cutty Sark #58816F

Tints of Cutty Sark #58816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

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

R = 26.83%
G = 39.33%
B = 33.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#58816F (or 0x58816F) is known color: Cutty Sark. HEX triplet: 58, 81 and 6F. RGB value is (88,129,111). Sum of RGB (Red+Green+Blue) = 88+129+111=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #58816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58816F is #A77E90. Grayscale: #727272. Windows color (decimal): -10976913 or 7307608. OLE color: 7307608.

HSL color Cylindrical-coordinate representation of color #58816F: hue angle of 153.66º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58816F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 129 111 -
CMYK 0.32 0 0.14 0.49
HSL 153.66º 0.19% 0.43% -
HSV(B) 153.66º 0.32% 0.51% -
XYZ 14.74 18.92 17.91 -
YUV 114.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 88 129 111 0.32 0 0.14 0.49 153.66 0.19 0.43
Hex 58 81 6F 20 0 E 31 9A 13 2B
Octal 130 201 157 40 0 16 61 232 23 53
Binary 1011000 10000001 1101111 100000 0 1110 110001 10011010 10011 101011

Color Harmonies of #58816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58816F

Black with #58816F

Text Example


Text Example

White with #58816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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