Html Css Color HEX #58856B Cutty Sark

📋 copy color: '#58856B'

red 88 ◦ green 133 ◦ blue 107

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

Shades of Cutty Sark #58856B

Tints of Cutty Sark #58856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 26.83%
G = 40.55%
B = 32.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#58856B (or 0x58856B) is known color: Cutty Sark. HEX triplet: 58, 85 and 6B. RGB value is (88,133,107). Sum of RGB (Red+Green+Blue) = 88+133+107=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #58856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58856B is #A77A94. Grayscale: #747474. Windows color (decimal): -10975893 or 7046488. OLE color: 7046488.

HSL color Cylindrical-coordinate representation of color #58856B: hue angle of 145.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58856B is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 133 107 -
CMYK 0.34 0 0.20 0.48
HSL 145.33º 0.2% 0.43% -
HSV(B) 145.33º 0.34% 0.52% -
XYZ 15.07 19.91 16.96 -
YUV 116.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 88 133 107 0.34 0 0.20 0.48 145.33 0.2 0.43
Hex 58 85 6B 22 0 14 30 91 14 2B
Octal 130 205 153 42 0 24 60 221 24 53
Binary 1011000 10000101 1101011 100010 0 10100 110000 10010001 10100 101011

Color Harmonies of #58856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58856B

Black with #58856B

Text Example


Text Example

White with #58856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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