Html Css Color HEX #58826B Cutty Sark

📋 copy color: '#58826B'

red 88 ◦ green 130 ◦ blue 107

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

Shades of Cutty Sark #58826B

Tints of Cutty Sark #58826B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 27.08%
G = 40%
B = 32.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#58826B (or 0x58826B) is known color: Cutty Sark. HEX triplet: 58, 82 and 6B. RGB value is (88,130,107). Sum of RGB (Red+Green+Blue) = 88+130+107=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #58826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58826B is #A77D94. Grayscale: #727272. Windows color (decimal): -10976661 or 7045720. OLE color: 7045720.

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

Color convert

RGB 88 130 107 -
CMYK 0.32 0 0.18 0.49
HSL 147.14º 0.19% 0.43% -
HSV(B) 147.14º 0.32% 0.51% -
XYZ 14.66 19.1 16.82 -
YUV 114.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 88 130 107 0.32 0 0.18 0.49 147.14 0.19 0.43
Hex 58 82 6B 20 0 12 31 93 13 2B
Octal 130 202 153 40 0 22 61 223 23 53
Binary 1011000 10000010 1101011 100000 0 10010 110001 10010011 10011 101011

Color Harmonies of #58826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58826B

Black with #58826B

Text Example


Text Example

White with #58826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58826B; }

 p { color: rgb(88,130,107); }

 H1.HeaderClassName
 {
   color: #58826B;
 }
 .AnyTagClassName
 {
   color: #58826B;
 }
</style>

background-color css

<style>
 a { background-color: #58826B; }

 a { background-color: rgb(88,130,107); }

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

border-color css

<style>
 span { border-color: #58826B; }

 span { border-color: rgb(88,130,107); }

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