Html Css Color HEX #58786A Cutty Sark

📋 copy color: '#58786A'

red 88 ◦ green 120 ◦ blue 106

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

Shades of Cutty Sark #58786A

Tints of Cutty Sark #58786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.22%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 28.03%
G = 38.22%
B = 33.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#58786A (or 0x58786A) is known color: Cutty Sark. HEX triplet: 58, 78 and 6A. RGB value is (88,120,106). Sum of RGB (Red+Green+Blue) = 88+120+106=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #58786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58786A is #A78795. Grayscale: #6C6C6C. Windows color (decimal): -10979222 or 6977624. OLE color: 6977624.

HSL color Cylindrical-coordinate representation of color #58786A: hue angle of 153.75º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58786A is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 120 106 -
CMYK 0.27 0 0.12 0.53
HSL 153.75º 0.15% 0.41% -
HSV(B) 153.75º 0.27% 0.47% -
XYZ 13.34 16.55 16.13 -
YUV 108.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 88 120 106 0.27 0 0.12 0.53 153.75 0.15 0.41
Hex 58 78 6A 1B 0 C 35 9A F 29
Octal 130 170 152 33 0 14 65 232 17 51
Binary 1011000 1111000 1101010 11011 0 1100 110101 10011010 1111 101001

Color Harmonies of #58786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58786A

Black with #58786A

Text Example


Text Example

White with #58786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58786A; }

 p { color: rgb(88,120,106); }

 H1.HeaderClassName
 {
   color: #58786A;
 }
 .AnyTagClassName
 {
   color: #58786A;
 }
</style>

background-color css

<style>
 a { background-color: #58786A; }

 a { background-color: rgb(88,120,106); }

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

border-color css

<style>
 span { border-color: #58786A; }

 span { border-color: rgb(88,120,106); }

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