Html Css Color HEX #548674 Cutty Sark

📋 copy color: '#548674'

red 84 ◦ green 134 ◦ blue 116

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

Shades of Cutty Sark #548674

Tints of Cutty Sark #548674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 25.15%
G = 40.12%
B = 34.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#548674 (or 0x548674) is known color: Cutty Sark. HEX triplet: 54, 86 and 74. RGB value is (84,134,116). Sum of RGB (Red+Green+Blue) = 84+134+116=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #548674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548674 is #AB798B. Grayscale: #757575. Windows color (decimal): -11237772 or 7636564. OLE color: 7636564.

HSL color Cylindrical-coordinate representation of color #548674: hue angle of 158.4º 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 #548674 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 134 116 -
CMYK 0.37 0 0.13 0.47
HSL 158.4º 0.23% 0.43% -
HSV(B) 158.4º 0.37% 0.53% -
XYZ 15.33 20.2 19.61 -
YUV 117 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 84 134 116 0.37 0 0.13 0.47 158.4 0.23 0.43
Hex 54 86 74 25 0 D 2F 9E 17 2B
Octal 124 206 164 45 0 15 57 236 27 53
Binary 1010100 10000110 1110100 100101 0 1101 101111 10011110 10111 101011

Color Harmonies of #548674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548674

Black with #548674

Text Example


Text Example

White with #548674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548674; }

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

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

background-color css

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

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

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

border-color css

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

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

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