#54826C

Color #54826C Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #54826C

Tints of Cutty Sark #54826C

Color information

#54826C (or 0x54826C) is unknown color: approx Cutty Sark. HEX triplet: 54, 82 and 6C. RGB value is (84,130,108). Sum of RGB (Red+Green+Blue) = 84+130+108=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #54826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54826C is #AB7D93. Grayscale: #717171. Windows color (decimal): -11238804 or 7111252. OLE color: 7111252.

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

Color convert

RGB84130108-
CMYK0.3500.170.49
HSL151.3º21.5%41.96%-
HSV(B)151.3º35.38%50.98%-
XYZ14.3518.9317.09-
YUV113.74124.76106.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=26.09%
G=40.37%
B=33.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301080.3500.170.49151.321.541.96
Hex54826C230113197152a
Octal12420215443021612272552
Binary10101001000001011011001000110100011100011001011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54826C; }

 p { color: rgb(84,130,108); }

 H1.HeaderClassName
 {
   color: #54826C;
 }
 .AnyTagClassName
 {
   color: #54826C;
 }
</style>
background-color css

<style>
 a { background-color: #54826C; }

 a { background-color: rgb(84,130,108); }

 div.DivClassName
 {
   background-color: #54826C;
 }
 .BgClassName
 {
   background-color: #54826C;
 }
</style>
border-color css

<style>
 span { border-color: #54826C; }

 span { border-color: rgb(84,130,108); }

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