Html Css Color HEX #54896B Cutty Sark

📋 copy color: '#54896B'

red 84 ◦ green 137 ◦ blue 107

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

Shades of Cutty Sark #54896B

Tints of Cutty Sark #54896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 25.61%
G = 41.77%
B = 32.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#54896B (or 0x54896B) is known color: Cutty Sark. HEX triplet: 54, 89 and 6B. RGB value is (84,137,107). Sum of RGB (Red+Green+Blue) = 84+137+107=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #54896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54896B is #AB7694. Grayscale: #757575. Windows color (decimal): -11237013 or 7047508. OLE color: 7047508.

HSL color Cylindrical-coordinate representation of color #54896B: hue angle of 146.04º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54896B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 137 107 -
CMYK 0.39 0 0.22 0.46
HSL 146.04º 0.24% 0.43% -
HSV(B) 146.04º 0.39% 0.54% -
XYZ 15.26 20.84 17.13 -
YUV 117.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 84 137 107 0.39 0 0.22 0.46 146.04 0.24 0.43
Hex 54 89 6B 27 0 16 2E 92 18 2B
Octal 124 211 153 47 0 26 56 222 30 53
Binary 1010100 10001001 1101011 100111 0 10110 101110 10010010 11000 101011

Color Harmonies of #54896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54896B

Black with #54896B

Text Example


Text Example

White with #54896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54896B; }

 p { color: rgb(84,137,107); }

 H1.HeaderClassName
 {
   color: #54896B;
 }
 .AnyTagClassName
 {
   color: #54896B;
 }
</style>

background-color css

<style>
 a { background-color: #54896B; }

 a { background-color: rgb(84,137,107); }

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

border-color css

<style>
 span { border-color: #54896B; }

 span { border-color: rgb(84,137,107); }

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