Html Css Color HEX #548572 Cutty Sark

📋 copy color: '#548572'

red 84 ◦ green 133 ◦ blue 114

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

Shades of Cutty Sark #548572

Tints of Cutty Sark #548572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 25.38%
G = 40.18%
B = 34.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#548572 (or 0x548572) is known color: Cutty Sark. HEX triplet: 54, 85 and 72. RGB value is (84,133,114). Sum of RGB (Red+Green+Blue) = 84+133+114=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #548572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548572 is #AB7A8D. Grayscale: #747474. Windows color (decimal): -11238030 or 7505236. OLE color: 7505236.

HSL color Cylindrical-coordinate representation of color #548572: hue angle of 156.73º 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 #548572 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 133 114 -
CMYK 0.37 0 0.14 0.48
HSL 156.73º 0.23% 0.43% -
HSV(B) 156.73º 0.37% 0.52% -
XYZ 15.08 19.87 18.96 -
YUV 116.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 84 133 114 0.37 0 0.14 0.48 156.73 0.23 0.43
Hex 54 85 72 25 0 E 30 9D 17 2B
Octal 124 205 162 45 0 16 60 235 27 53
Binary 1010100 10000101 1110010 100101 0 1110 110000 10011101 10111 101011

Color Harmonies of #548572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548572

Black with #548572

Text Example


Text Example

White with #548572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548572; }

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

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

background-color css

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

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

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

border-color css

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

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

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