#54906B

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

Shades of Cutty Sark #54906B

Tints of Cutty Sark #54906B

Color information

#54906B (or 0x54906B) is unknown color: approx Cutty Sark. HEX triplet: 54, 90 and 6B. RGB value is (84,144,107). Sum of RGB (Red+Green+Blue) = 84+144+107=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #54906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54906B is #AB6F94. Grayscale: #797979. Windows color (decimal): -11235221 or 7049300. OLE color: 7049300.

HSL color Cylindrical-coordinate representation of color #54906B: hue angle of 143º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54906B is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB84144107-
CMYK0.4200.260.44
HSL143º26.32%44.71%-
HSV(B)143º41.67%56.47%-
XYZ16.2822.8917.47-
YUV121.84119.62101.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=25.07%
G=42.99%
B=31.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841441070.4200.260.4414326.3244.71
Hex54906B2A01A2C8f1a2d
Octal12422015352032542173255
Binary10101001001000011010111010100110101011001000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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