Html Css Color HEX #54906F Cutty Sark

📋 copy color: '#54906F'

red 84 ◦ green 144 ◦ blue 111

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

Shades of Cutty Sark #54906F

Tints of Cutty Sark #54906F

RGB

 RED value IS 84 (33.2% 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 value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#54906F (or 0x54906F) is known color: 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

RGB 84 144 111 -
CMYK 0.42 0 0.23 0.44
HSL 147º 0.26% 0.45% -
HSV(B) 147º 0.42% 0.56% -
XYZ 16.5 22.98 18.6 -
YUV 122.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 84 144 111 0.42 0 0.23 0.44 147 0.26 0.45
Hex 54 90 6F 2A 0 17 2C 93 1A 2D
Octal 124 220 157 52 0 27 54 223 32 55
Binary 1010100 10010000 1101111 101010 0 10111 101100 10010011 11010 101101

Color Harmonies of #54906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54906F

Black with #54906F

Text Example


Text Example

White with #54906F

Text Example


Text Example

HTML Codes & Css Web 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>