Html Css Color HEX #548271 Cutty Sark

📋 copy color: '#548271'

red 84 ◦ green 130 ◦ blue 113

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

Shades of Cutty Sark #548271

Tints of Cutty Sark #548271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 25.69%
G = 39.76%
B = 34.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#548271 (or 0x548271) is known color: Cutty Sark. HEX triplet: 54, 82 and 71. RGB value is (84,130,113). Sum of RGB (Red+Green+Blue) = 84+130+113=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #548271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548271 is #AB7D8E. Grayscale: #727272. Windows color (decimal): -11238799 or 7438932. OLE color: 7438932.

HSL color Cylindrical-coordinate representation of color #548271: hue angle of 157.83º 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 #548271 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 130 113 -
CMYK 0.35 0 0.13 0.49
HSL 157.83º 0.21% 0.42% -
HSV(B) 157.83º 0.35% 0.51% -
XYZ 14.62 19.04 18.53 -
YUV 114.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 84 130 113 0.35 0 0.13 0.49 157.83 0.21 0.42
Hex 54 82 71 23 0 D 31 9E 15 2A
Octal 124 202 161 43 0 15 61 236 25 52
Binary 1010100 10000010 1110001 100011 0 1101 110001 10011110 10101 101010

Color Harmonies of #548271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548271

Black with #548271

Text Example


Text Example

White with #548271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548271; }

 p { color: rgb(84,130,113); }

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

background-color css

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

 a { background-color: rgb(84,130,113); }

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

border-color css

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

 span { border-color: rgb(84,130,113); }

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