Html Css Color HEX #54887B Cutty Sark

📋 copy color: '#54887B'

red 84 ◦ green 136 ◦ blue 123

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

Shades of Cutty Sark #54887B

Tints of Cutty Sark #54887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 24.49%
G = 39.65%
B = 35.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#54887B (or 0x54887B) is known color: Cutty Sark. HEX triplet: 54, 88 and 7B. RGB value is (84,136,123). Sum of RGB (Red+Green+Blue) = 84+136+123=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #54887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54887B is #AB7784. Grayscale: #767676. Windows color (decimal): -11237253 or 8095828. OLE color: 8095828.

HSL color Cylindrical-coordinate representation of color #54887B: hue angle of 165º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54887B is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 136 123 -
CMYK 0.38 0 0.10 0.47
HSL 165º 0.24% 0.43% -
HSV(B) 165º 0.38% 0.53% -
XYZ 16.04 20.92 21.93 -
YUV 118.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 84 136 123 0.38 0 0.10 0.47 165 0.24 0.43
Hex 54 88 7B 26 0 A 2F A5 18 2B
Octal 124 210 173 46 0 12 57 245 30 53
Binary 1010100 10001000 1111011 100110 0 1010 101111 10100101 11000 101011

Color Harmonies of #54887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54887B

Black with #54887B

Text Example


Text Example

White with #54887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,136,123); }

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

background-color css

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

 a { background-color: rgb(84,136,123); }

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

border-color css

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

 span { border-color: rgb(84,136,123); }

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