Html Css Color HEX #548075 Cutty Sark

📋 copy color: '#548075'

red 84 ◦ green 128 ◦ blue 117

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

Shades of Cutty Sark #548075

Tints of Cutty Sark #548075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

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

R = 25.53%
G = 38.91%
B = 35.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#548075 (or 0x548075) is known color: Cutty Sark. HEX triplet: 54, 80 and 75. RGB value is (84,128,117). Sum of RGB (Red+Green+Blue) = 84+128+117=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #548075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548075 is #AB7F8A. Grayscale: #717171. Windows color (decimal): -11239307 or 7700564. OLE color: 7700564.

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

Color convert

RGB 84 128 117 -
CMYK 0.34 0 0.09 0.50
HSL 165º 0.21% 0.42% -
HSV(B) 165º 0.34% 0.5% -
XYZ 14.59 18.61 19.65 -
YUV 113.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 84 128 117 0.34 0 0.09 0.50 165 0.21 0.42
Hex 54 80 75 22 0 9 32 A5 15 2A
Octal 124 200 165 42 0 11 62 245 25 52
Binary 1010100 10000000 1110101 100010 0 1001 110010 10100101 10101 101010

Color Harmonies of #548075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548075

Black with #548075

Text Example


Text Example

White with #548075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548075; }

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

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

background-color css

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

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

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

border-color css

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

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

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