Html Css Color HEX #58816E Cutty Sark

📋 copy color: '#58816E'

red 88 ◦ green 129 ◦ blue 110

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

Shades of Cutty Sark #58816E

Tints of Cutty Sark #58816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 26.91%
G = 39.45%
B = 33.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#58816E (or 0x58816E) is known color: Cutty Sark. HEX triplet: 58, 81 and 6E. RGB value is (88,129,110). Sum of RGB (Red+Green+Blue) = 88+129+110=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #58816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58816E is #A77E91. Grayscale: #727272. Windows color (decimal): -10976914 or 7242072. OLE color: 7242072.

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

Color convert

RGB 88 129 110 -
CMYK 0.32 0 0.15 0.49
HSL 152.2º 0.19% 0.43% -
HSV(B) 152.2º 0.32% 0.51% -
XYZ 14.69 18.9 17.63 -
YUV 114.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 88 129 110 0.32 0 0.15 0.49 152.2 0.19 0.43
Hex 58 81 6E 20 0 F 31 98 13 2B
Octal 130 201 156 40 0 17 61 230 23 53
Binary 1011000 10000001 1101110 100000 0 1111 110001 10011000 10011 101011

Color Harmonies of #58816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58816E

Black with #58816E

Text Example


Text Example

White with #58816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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