Html Css Color HEX #55826D Cutty Sark

📋 copy color: '#55826D'

red 85 ◦ green 130 ◦ blue 109

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

Shades of Cutty Sark #55826D

Tints of Cutty Sark #55826D

RGB

 RED value IS 85 (33.59% from 255) = 26.23%

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 26.23%
G = 40.12%
B = 33.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#55826D (or 0x55826D) is known color: Cutty Sark. HEX triplet: 55, 82 and 6D. RGB value is (85,130,109). Sum of RGB (Red+Green+Blue) = 85+130+109=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #55826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55826D is #AA7D92. Grayscale: #727272. Windows color (decimal): -11173267 or 7176789. OLE color: 7176789.

HSL color Cylindrical-coordinate representation of color #55826D: hue angle of 152º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55826D is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 109 -
CMYK 0.35 0 0.16 0.49
HSL 152º 0.21% 0.42% -
HSV(B) 152º 0.35% 0.51% -
XYZ 14.49 19 17.37 -
YUV 114.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 85 130 109 0.35 0 0.16 0.49 152 0.21 0.42
Hex 55 82 6D 23 0 10 31 98 15 2A
Octal 125 202 155 43 0 20 61 230 25 52
Binary 1010101 10000010 1101101 100011 0 10000 110001 10011000 10101 101010

Color Harmonies of #55826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55826D

Black with #55826D

Text Example


Text Example

White with #55826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55826D; }

 p { color: rgb(85,130,109); }

 H1.HeaderClassName
 {
   color: #55826D;
 }
 .AnyTagClassName
 {
   color: #55826D;
 }
</style>

background-color css

<style>
 a { background-color: #55826D; }

 a { background-color: rgb(85,130,109); }

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

border-color css

<style>
 span { border-color: #55826D; }

 span { border-color: rgb(85,130,109); }

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