Html Css Color HEX #547568 Cutty Sark

📋 copy color: '#547568'

red 84 ◦ green 117 ◦ blue 104

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

Shades of Cutty Sark #547568

Tints of Cutty Sark #547568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 27.54%
G = 38.36%
B = 34.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#547568 (or 0x547568) is known color: Cutty Sark. HEX triplet: 54, 75 and 68. RGB value is (84,117,104). Sum of RGB (Red+Green+Blue) = 84+117+104=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #547568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547568 is #AB8A97. Grayscale: #696969. Windows color (decimal): -11242136 or 6845780. OLE color: 6845780.

HSL color Cylindrical-coordinate representation of color #547568: hue angle of 156.36º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #547568 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 117 104 -
CMYK 0.28 0 0.11 0.54
HSL 156.36º 0.16% 0.39% -
HSV(B) 156.36º 0.28% 0.46% -
XYZ 12.52 15.61 15.45 -
YUV 105.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 84 117 104 0.28 0 0.11 0.54 156.36 0.16 0.39
Hex 54 75 68 1C 0 B 36 9C 10 27
Octal 124 165 150 34 0 13 66 234 20 47
Binary 1010100 1110101 1101000 11100 0 1011 110110 10011100 10000 100111

Color Harmonies of #547568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547568

Black with #547568

Text Example


Text Example

White with #547568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547568; }

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

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

background-color css

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

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

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

border-color css

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

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

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