Html Css Color HEX #548675 Cutty Sark

📋 copy color: '#548675'

red 84 ◦ green 134 ◦ blue 117

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

Shades of Cutty Sark #548675

Tints of Cutty Sark #548675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 25.07%
G = 40%
B = 34.93%

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

#548675 (or 0x548675) is known color: Cutty Sark. HEX triplet: 54, 86 and 75. RGB value is (84,134,117). Sum of RGB (Red+Green+Blue) = 84+134+117=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #548675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548675 is #AB798A. Grayscale: #757575. Windows color (decimal): -11237771 or 7702100. OLE color: 7702100.

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

Color convert

RGB 84 134 117 -
CMYK 0.37 0 0.13 0.47
HSL 159.6º 0.23% 0.43% -
HSV(B) 159.6º 0.37% 0.53% -
XYZ 15.39 20.22 19.92 -
YUV 117.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 84 134 117 0.37 0 0.13 0.47 159.6 0.23 0.43
Hex 54 86 75 25 0 D 2F A0 17 2B
Octal 124 206 165 45 0 15 57 240 27 53
Binary 1010100 10000110 1110101 100101 0 1101 101111 10100000 10111 101011

Color Harmonies of #548675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548675

Black with #548675

Text Example


Text Example

White with #548675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548675; }

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

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

background-color css

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

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

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

border-color css

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

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

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