Html Css Color HEX #55816A Cutty Sark

📋 copy color: '#55816A'

red 85 ◦ green 129 ◦ blue 106

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

Shades of Cutty Sark #55816A

Tints of Cutty Sark #55816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

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

R = 26.56%
G = 40.31%
B = 33.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#55816A (or 0x55816A) is known color: Cutty Sark. HEX triplet: 55, 81 and 6A. RGB value is (85,129,106). Sum of RGB (Red+Green+Blue) = 85+129+106=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #55816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55816A is #AA7E95. Grayscale: #717171. Windows color (decimal): -11173526 or 6979925. OLE color: 6979925.

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

Color convert

RGB 85 129 106 -
CMYK 0.34 0 0.18 0.49
HSL 148.64º 0.21% 0.42% -
HSV(B) 148.64º 0.34% 0.51% -
XYZ 14.2 18.67 16.49 -
YUV 113.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 85 129 106 0.34 0 0.18 0.49 148.64 0.21 0.42
Hex 55 81 6A 22 0 12 31 95 15 2A
Octal 125 201 152 42 0 22 61 225 25 52
Binary 1010101 10000001 1101010 100010 0 10010 110001 10010101 10101 101010

Color Harmonies of #55816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55816A

Black with #55816A

Text Example


Text Example

White with #55816A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,129,106); }

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

background-color css

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

 a { background-color: rgb(85,129,106); }

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

border-color css

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

 span { border-color: rgb(85,129,106); }

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