Html Css Color HEX #548770 Cutty Sark

📋 copy color: '#548770'

red 84 ◦ green 135 ◦ blue 112

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

Shades of Cutty Sark #548770

Tints of Cutty Sark #548770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.79%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 25.38%
G = 40.79%
B = 33.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#548770 (or 0x548770) is known color: Cutty Sark. HEX triplet: 54, 87 and 70. RGB value is (84,135,112). Sum of RGB (Red+Green+Blue) = 84+135+112=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #548770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548770 is #AB788F. Grayscale: #757575. Windows color (decimal): -11237520 or 7374676. OLE color: 7374676.

HSL color Cylindrical-coordinate representation of color #548770: hue angle of 152.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548770 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 135 112 -
CMYK 0.38 0 0.17 0.47
HSL 152.94º 0.23% 0.43% -
HSV(B) 152.94º 0.38% 0.53% -
XYZ 15.24 20.38 18.46 -
YUV 117.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 84 135 112 0.38 0 0.17 0.47 152.94 0.23 0.43
Hex 54 87 70 26 0 11 2F 99 17 2B
Octal 124 207 160 46 0 21 57 231 27 53
Binary 1010100 10000111 1110000 100110 0 10001 101111 10011001 10111 101011

Color Harmonies of #548770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548770

Black with #548770

Text Example


Text Example

White with #548770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548770; }

 p { color: rgb(84,135,112); }

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

background-color css

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

 a { background-color: rgb(84,135,112); }

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

border-color css

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

 span { border-color: rgb(84,135,112); }

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