Html Css Color HEX #54906D Cutty Sark

📋 copy color: '#54906D'

red 84 ◦ green 144 ◦ blue 109

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

Shades of Cutty Sark #54906D

Tints of Cutty Sark #54906D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 24.93%
G = 42.73%
B = 32.34%

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

#54906D (or 0x54906D) is known color: Cutty Sark. HEX triplet: 54, 90 and 6D. RGB value is (84,144,109). Sum of RGB (Red+Green+Blue) = 84+144+109=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #54906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54906D is #AB6F92. Grayscale: #7A7A7A. Windows color (decimal): -11235219 or 7180372. OLE color: 7180372.

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

Color convert

RGB 84 144 109 -
CMYK 0.42 0 0.24 0.44
HSL 145º 0.26% 0.45% -
HSV(B) 145º 0.42% 0.56% -
XYZ 16.39 22.94 18.03 -
YUV 122.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 84 144 109 0.42 0 0.24 0.44 145 0.26 0.45
Hex 54 90 6D 2A 0 18 2C 91 1A 2D
Octal 124 220 155 52 0 30 54 221 32 55
Binary 1010100 10010000 1101101 101010 0 11000 101100 10010001 11010 101101

Color Harmonies of #54906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54906D

Black with #54906D

Text Example


Text Example

White with #54906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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