#54877A

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

Shades of Cutty Sark #54877A

Tints of Cutty Sark #54877A

Color information

#54877A (or 0x54877A) is unknown color: approx Cutty Sark. HEX triplet: 54, 87 and 7A. RGB value is (84,135,122). Sum of RGB (Red+Green+Blue) = 84+135+122=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #54877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54877A is #AB7885. Grayscale: #767676. Windows color (decimal): -11237510 or 8030036. OLE color: 8030036.

HSL color Cylindrical-coordinate representation of color #54877A: hue angle of 164.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54877A is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB84135122-
CMYK0.3800.100.47
HSL164.71º23.29%42.94%-
HSV(B)164.71º37.78%52.94%-
XYZ15.8320.6221.56-
YUV118.27130.1103.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=24.63%
G=39.59%
B=35.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841351220.3800.100.47164.7123.2942.94
Hex54877A260A2Fa5172b
Octal12420717246012572452753
Binary1010100100001111111010100110010101011111010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,135,122); }

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

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

 a { background-color: rgb(84,135,122); }

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

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

 span { border-color: rgb(84,135,122); }

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