#54906F

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

Shades of Cutty Sark #54906F

Tints of Cutty Sark #54906F

Color information

#54906F (or 0x54906F) is unknown color: approx Cutty Sark. HEX triplet: 54, 90 and 6F. RGB value is (84,144,111). Sum of RGB (Red+Green+Blue) = 84+144+111=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #54906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54906F is #AB6F90. Grayscale: #7A7A7A. Windows color (decimal): -11235217 or 7311444. OLE color: 7311444.

HSL color Cylindrical-coordinate representation of color #54906F: hue angle of 147º 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 #54906F is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB84144111-
CMYK0.4200.230.44
HSL147º26.32%44.71%-
HSV(B)147º41.67%56.47%-
XYZ16.522.9818.6-
YUV122.3121.62100.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=24.78%
G=42.48%
B=32.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841441110.4200.230.4414726.3244.71
Hex54906F2A0172C931a2d
Octal12422015752027542233255
Binary10101001001000011011111010100101111011001001001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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