Html Css Color HEX #58816C Cutty Sark

📋 copy color: '#58816C'

red 88 ◦ green 129 ◦ blue 108

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

Shades of Cutty Sark #58816C

Tints of Cutty Sark #58816C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 27.08%
G = 39.69%
B = 33.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#58816C (or 0x58816C) is known color: Cutty Sark. HEX triplet: 58, 81 and 6C. RGB value is (88,129,108). Sum of RGB (Red+Green+Blue) = 88+129+108=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #58816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58816C is #A77E93. Grayscale: #727272. Windows color (decimal): -10976916 or 7111000. OLE color: 7111000.

HSL color Cylindrical-coordinate representation of color #58816C: hue angle of 149.27º 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 #58816C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 129 108 -
CMYK 0.32 0 0.16 0.49
HSL 149.27º 0.19% 0.43% -
HSV(B) 149.27º 0.32% 0.51% -
XYZ 14.58 18.86 17.06 -
YUV 114.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 88 129 108 0.32 0 0.16 0.49 149.27 0.19 0.43
Hex 58 81 6C 20 0 10 31 95 13 2B
Octal 130 201 154 40 0 20 61 225 23 53
Binary 1011000 10000001 1101100 100000 0 10000 110001 10010101 10011 101011

Color Harmonies of #58816C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58816C

Black with #58816C

Text Example


Text Example

White with #58816C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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