Html Css Color HEX #548575 Cutty Sark

📋 copy color: '#548575'

red 84 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #548575

Tints of Cutty Sark #548575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 25.15%
G = 39.82%
B = 35.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#548575 (or 0x548575) is known color: Cutty Sark. HEX triplet: 54, 85 and 75. RGB value is (84,133,117). Sum of RGB (Red+Green+Blue) = 84+133+117=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #548575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548575 is #AB7A8A. Grayscale: #747474. Windows color (decimal): -11238027 or 7701844. OLE color: 7701844.

HSL color Cylindrical-coordinate representation of color #548575: hue angle of 160.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548575 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 133 117 -
CMYK 0.37 0 0.12 0.48
HSL 160.41º 0.23% 0.43% -
HSV(B) 160.41º 0.37% 0.52% -
XYZ 15.25 19.94 19.88 -
YUV 116.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 84 133 117 0.37 0 0.12 0.48 160.41 0.23 0.43
Hex 54 85 75 25 0 C 30 A0 17 2B
Octal 124 205 165 45 0 14 60 240 27 53
Binary 1010100 10000101 1110101 100101 0 1100 110000 10100000 10111 101011

Color Harmonies of #548575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548575

Black with #548575

Text Example


Text Example

White with #548575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548575; }

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

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

background-color css

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

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

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

border-color css

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

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

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