Html Css Color HEX #54816B Cutty Sark

📋 copy color: '#54816B'

red 84 ◦ green 129 ◦ blue 107

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

Shades of Cutty Sark #54816B

Tints of Cutty Sark #54816B

RGB

 RED value IS 84 (33.2% from 255) = 26.25%

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

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

R = 26.25%
G = 40.31%
B = 33.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#54816B (or 0x54816B) is known color: Cutty Sark. HEX triplet: 54, 81 and 6B. RGB value is (84,129,107). Sum of RGB (Red+Green+Blue) = 84+129+107=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #54816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54816B is #AB7E94. Grayscale: #717171. Windows color (decimal): -11239061 or 7045460. OLE color: 7045460.

HSL color Cylindrical-coordinate representation of color #54816B: hue angle of 150.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 #54816B is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 129 107 -
CMYK 0.35 0 0.17 0.49
HSL 150.67º 0.21% 0.42% -
HSV(B) 150.67º 0.35% 0.51% -
XYZ 14.16 18.65 16.76 -
YUV 113.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 84 129 107 0.35 0 0.17 0.49 150.67 0.21 0.42
Hex 54 81 6B 23 0 11 31 97 15 2A
Octal 124 201 153 43 0 21 61 227 25 52
Binary 1010100 10000001 1101011 100011 0 10001 110001 10010111 10101 101010

Color Harmonies of #54816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54816B

Black with #54816B

Text Example


Text Example

White with #54816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,129,107); }

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

background-color css

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

 a { background-color: rgb(84,129,107); }

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

border-color css

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

 span { border-color: rgb(84,129,107); }

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