Html Css Color HEX #547D68 Cutty Sark

📋 copy color: '#547D68'

red 84 ◦ green 125 ◦ blue 104

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

Shades of Cutty Sark #547D68

Tints of Cutty Sark #547D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.94%

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

R = 26.84%
G = 39.94%
B = 33.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#547D68 (or 0x547D68) is known color: Cutty Sark. HEX triplet: 54, 7D and 68. RGB value is (84,125,104). Sum of RGB (Red+Green+Blue) = 84+125+104=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #547D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D68 is #AB8297. Grayscale: #6E6E6E. Windows color (decimal): -11240088 or 6847828. OLE color: 6847828.

HSL color Cylindrical-coordinate representation of color #547D68: hue angle of 149.27º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547D68 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 125 104 -
CMYK 0.33 0 0.17 0.51
HSL 149.27º 0.2% 0.41% -
HSV(B) 149.27º 0.33% 0.49% -
XYZ 13.49 17.55 15.77 -
YUV 110.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 84 125 104 0.33 0 0.17 0.51 149.27 0.2 0.41
Hex 54 7D 68 21 0 11 33 95 14 29
Octal 124 175 150 41 0 21 63 225 24 51
Binary 1010100 1111101 1101000 100001 0 10001 110011 10010101 10100 101001

Color Harmonies of #547D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547D68

Black with #547D68

Text Example


Text Example

White with #547D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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