Html Css Color HEX #548774 Cutty Sark

📋 copy color: '#548774'

red 84 ◦ green 135 ◦ blue 116

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

Shades of Cutty Sark #548774

Tints of Cutty Sark #548774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

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

R = 25.07%
G = 40.3%
B = 34.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#548774 (or 0x548774) is known color: Cutty Sark. HEX triplet: 54, 87 and 74. RGB value is (84,135,116). Sum of RGB (Red+Green+Blue) = 84+135+116=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #548774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548774 is #AB788B. Grayscale: #757575. Windows color (decimal): -11237516 or 7636820. OLE color: 7636820.

HSL color Cylindrical-coordinate representation of color #548774: hue angle of 157.65º degrees, saturation: 0.23, 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 #548774 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 135 116 -
CMYK 0.38 0 0.14 0.47
HSL 157.65º 0.23% 0.43% -
HSV(B) 157.65º 0.38% 0.53% -
XYZ 15.47 20.47 19.66 -
YUV 117.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 84 135 116 0.38 0 0.14 0.47 157.65 0.23 0.43
Hex 54 87 74 26 0 E 2F 9E 17 2B
Octal 124 207 164 46 0 16 57 236 27 53
Binary 1010100 10000111 1110100 100110 0 1110 101111 10011110 10111 101011

Color Harmonies of #548774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548774

Black with #548774

Text Example


Text Example

White with #548774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548774; }

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

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

background-color css

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

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

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

border-color css

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

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

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