Html Css Color HEX #54867A Cutty Sark

📋 copy color: '#54867A'

red 84 ◦ green 134 ◦ blue 122

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

Shades of Cutty Sark #54867A

Tints of Cutty Sark #54867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 24.71%
G = 39.41%
B = 35.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#54867A (or 0x54867A) is known color: Cutty Sark. HEX triplet: 54, 86 and 7A. RGB value is (84,134,122). Sum of RGB (Red+Green+Blue) = 84+134+122=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #54867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54867A is #AB7985. Grayscale: #757575. Windows color (decimal): -11237766 or 8029780. OLE color: 8029780.

HSL color Cylindrical-coordinate representation of color #54867A: hue angle of 165.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54867A is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 134 122 -
CMYK 0.37 0 0.09 0.47
HSL 165.6º 0.23% 0.43% -
HSV(B) 165.6º 0.37% 0.53% -
XYZ 15.69 20.34 21.51 -
YUV 117.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 84 134 122 0.37 0 0.09 0.47 165.6 0.23 0.43
Hex 54 86 7A 25 0 9 2F A6 17 2B
Octal 124 206 172 45 0 11 57 246 27 53
Binary 1010100 10000110 1111010 100101 0 1001 101111 10100110 10111 101011

Color Harmonies of #54867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54867A

Black with #54867A

Text Example


Text Example

White with #54867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54867A; }

 p { color: rgb(84,134,122); }

 H1.HeaderClassName
 {
   color: #54867A;
 }
 .AnyTagClassName
 {
   color: #54867A;
 }
</style>

background-color css

<style>
 a { background-color: #54867A; }

 a { background-color: rgb(84,134,122); }

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

border-color css

<style>
 span { border-color: #54867A; }

 span { border-color: rgb(84,134,122); }

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