Html Css Color HEX #548175 Cutty Sark

📋 copy color: '#548175'

red 84 ◦ green 129 ◦ blue 117

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

Shades of Cutty Sark #548175

Tints of Cutty Sark #548175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 25.45%
G = 39.09%
B = 35.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#548175 (or 0x548175) is known color: Cutty Sark. HEX triplet: 54, 81 and 75. RGB value is (84,129,117). Sum of RGB (Red+Green+Blue) = 84+129+117=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #548175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548175 is #AB7E8A. Grayscale: #727272. Windows color (decimal): -11239051 or 7700820. OLE color: 7700820.

HSL color Cylindrical-coordinate representation of color #548175: hue angle of 164º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548175 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 129 117 -
CMYK 0.35 0 0.09 0.49
HSL 164º 0.21% 0.42% -
HSV(B) 164º 0.35% 0.51% -
XYZ 14.72 18.87 19.7 -
YUV 114.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 84 129 117 0.35 0 0.09 0.49 164 0.21 0.42
Hex 54 81 75 23 0 9 31 A4 15 2A
Octal 124 201 165 43 0 11 61 244 25 52
Binary 1010100 10000001 1110101 100011 0 1001 110001 10100100 10101 101010

Color Harmonies of #548175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548175

Black with #548175

Text Example


Text Example

White with #548175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548175; }

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

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

background-color css

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

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

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

border-color css

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

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

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