Html Css Color HEX #55826F Cutty Sark

📋 copy color: '#55826F'

red 85 ◦ green 130 ◦ blue 111

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

Shades of Cutty Sark #55826F

Tints of Cutty Sark #55826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 26.07%
G = 39.88%
B = 34.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#55826F (or 0x55826F) is known color: Cutty Sark. HEX triplet: 55, 82 and 6F. RGB value is (85,130,111). Sum of RGB (Red+Green+Blue) = 85+130+111=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #55826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55826F is #AA7D90. Grayscale: #727272. Windows color (decimal): -11173265 or 7307861. OLE color: 7307861.

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

Color convert

RGB 85 130 111 -
CMYK 0.35 0 0.15 0.49
HSL 154.67º 0.21% 0.42% -
HSV(B) 154.67º 0.35% 0.51% -
XYZ 14.6 19.04 17.95 -
YUV 114.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 85 130 111 0.35 0 0.15 0.49 154.67 0.21 0.42
Hex 55 82 6F 23 0 F 31 9B 15 2A
Octal 125 202 157 43 0 17 61 233 25 52
Binary 1010101 10000010 1101111 100011 0 1111 110001 10011011 10101 101010

Color Harmonies of #55826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55826F

Black with #55826F

Text Example


Text Example

White with #55826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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