Html Css Color HEX #547C68 Cutty Sark

📋 copy color: '#547C68'

red 84 ◦ green 124 ◦ blue 104

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

Shades of Cutty Sark #547C68

Tints of Cutty Sark #547C68

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

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

R = 26.92%
G = 39.74%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#547C68 (or 0x547C68) is known color: Cutty Sark. HEX triplet: 54, 7C and 68. RGB value is (84,124,104). Sum of RGB (Red+Green+Blue) = 84+124+104=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #547C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C68 is #AB8397. Grayscale: #6D6D6D. Windows color (decimal): -11240344 or 6847572. OLE color: 6847572.

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

Color convert

RGB 84 124 104 -
CMYK 0.32 0 0.16 0.51
HSL 150º 0.19% 0.41% -
HSV(B) 150º 0.32% 0.49% -
XYZ 13.36 17.3 15.73 -
YUV 109.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 84 124 104 0.32 0 0.16 0.51 150 0.19 0.41
Hex 54 7C 68 20 0 10 33 96 13 29
Octal 124 174 150 40 0 20 63 226 23 51
Binary 1010100 1111100 1101000 100000 0 10000 110011 10010110 10011 101001

Color Harmonies of #547C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C68

Black with #547C68

Text Example


Text Example

White with #547C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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