Html Css Color HEX #54906C Cutty Sark

📋 copy color: '#54906C'

red 84 ◦ green 144 ◦ blue 108

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

Shades of Cutty Sark #54906C

Tints of Cutty Sark #54906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.86%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 25%
G = 42.86%
B = 32.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#54906C (or 0x54906C) is known color: Cutty Sark. HEX triplet: 54, 90 and 6C. RGB value is (84,144,108). Sum of RGB (Red+Green+Blue) = 84+144+108=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #54906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54906C is #AB6F93. Grayscale: #7A7A7A. Windows color (decimal): -11235220 or 7114836. OLE color: 7114836.

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

Color convert

RGB 84 144 108 -
CMYK 0.42 0 0.25 0.44
HSL 144º 0.26% 0.45% -
HSV(B) 144º 0.42% 0.56% -
XYZ 16.34 22.91 17.75 -
YUV 121.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 84 144 108 0.42 0 0.25 0.44 144 0.26 0.45
Hex 54 90 6C 2A 0 19 2C 90 1A 2D
Octal 124 220 154 52 0 31 54 220 32 55
Binary 1010100 10010000 1101100 101010 0 11001 101100 10010000 11010 101101

Color Harmonies of #54906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54906C

Black with #54906C

Text Example


Text Example

White with #54906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54906C;
 }
 .AnyTagClassName
 {
   color: #54906C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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