Html Css Color HEX #54906E Cutty Sark

📋 copy color: '#54906E'

red 84 ◦ green 144 ◦ blue 110

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

Shades of Cutty Sark #54906E

Tints of Cutty Sark #54906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 24.85%
G = 42.6%
B = 32.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#54906E (or 0x54906E) is known color: Cutty Sark. HEX triplet: 54, 90 and 6E. RGB value is (84,144,110). Sum of RGB (Red+Green+Blue) = 84+144+110=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #54906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54906E is #AB6F91. Grayscale: #7A7A7A. Windows color (decimal): -11235218 or 7245908. OLE color: 7245908.

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

Color convert

RGB 84 144 110 -
CMYK 0.42 0 0.24 0.44
HSL 146º 0.26% 0.45% -
HSV(B) 146º 0.42% 0.56% -
XYZ 16.44 22.96 18.32 -
YUV 122.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 84 144 110 0.42 0 0.24 0.44 146 0.26 0.45
Hex 54 90 6E 2A 0 18 2C 92 1A 2D
Octal 124 220 156 52 0 30 54 222 32 55
Binary 1010100 10010000 1101110 101010 0 11000 101100 10010010 11010 101101

Color Harmonies of #54906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54906E

Black with #54906E

Text Example


Text Example

White with #54906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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