Html Css Color HEX #548274 Cutty Sark

📋 copy color: '#548274'

red 84 ◦ green 130 ◦ blue 116

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

Shades of Cutty Sark #548274

Tints of Cutty Sark #548274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 25.45%
G = 39.39%
B = 35.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#548274 (or 0x548274) is known color: Cutty Sark. HEX triplet: 54, 82 and 74. RGB value is (84,130,116). Sum of RGB (Red+Green+Blue) = 84+130+116=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #548274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548274 is #AB7D8B. Grayscale: #727272. Windows color (decimal): -11238796 or 7635540. OLE color: 7635540.

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

Color convert

RGB 84 130 116 -
CMYK 0.35 0 0.11 0.49
HSL 161.74º 0.21% 0.42% -
HSV(B) 161.74º 0.35% 0.51% -
XYZ 14.79 19.11 19.43 -
YUV 114.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 84 130 116 0.35 0 0.11 0.49 161.74 0.21 0.42
Hex 54 82 74 23 0 B 31 A2 15 2A
Octal 124 202 164 43 0 13 61 242 25 52
Binary 1010100 10000010 1110100 100011 0 1011 110001 10100010 10101 101010

Color Harmonies of #548274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548274

Black with #548274

Text Example


Text Example

White with #548274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548274; }

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

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

background-color css

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

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

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

border-color css

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

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

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