Html Css Color HEX #547C69 Cutty Sark

📋 copy color: '#547C69'

red 84 ◦ green 124 ◦ blue 105

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

Shades of Cutty Sark #547C69

Tints of Cutty Sark #547C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 26.84%
G = 39.62%
B = 33.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#547C69 (or 0x547C69) is known color: Cutty Sark. HEX triplet: 54, 7C and 69. RGB value is (84,124,105). Sum of RGB (Red+Green+Blue) = 84+124+105=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #547C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C69 is #AB8396. Grayscale: #6D6D6D. Windows color (decimal): -11240343 or 6913108. OLE color: 6913108.

HSL color Cylindrical-coordinate representation of color #547C69: hue angle of 151.5º 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 #547C69 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 124 105 -
CMYK 0.32 0 0.15 0.51
HSL 151.5º 0.19% 0.41% -
HSV(B) 151.5º 0.32% 0.49% -
XYZ 13.41 17.32 16 -
YUV 109.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 84 124 105 0.32 0 0.15 0.51 151.5 0.19 0.41
Hex 54 7C 69 20 0 F 33 98 13 29
Octal 124 174 151 40 0 17 63 230 23 51
Binary 1010100 1111100 1101001 100000 0 1111 110011 10011000 10011 101001

Color Harmonies of #547C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C69

Black with #547C69

Text Example


Text Example

White with #547C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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