Html Css Color HEX #547D6B Cutty Sark

📋 copy color: '#547D6B'

red 84 ◦ green 125 ◦ blue 107

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

Shades of Cutty Sark #547D6B

Tints of Cutty Sark #547D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 26.58%
G = 39.56%
B = 33.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#547D6B (or 0x547D6B) is known color: Cutty Sark. HEX triplet: 54, 7D and 6B. RGB value is (84,125,107). Sum of RGB (Red+Green+Blue) = 84+125+107=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 125 - color contains mainly: green. Hex color #547D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D6B is #AB8294. Grayscale: #6E6E6E. Windows color (decimal): -11240085 or 7044436. OLE color: 7044436.

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

Color convert

RGB 84 125 107 -
CMYK 0.33 0 0.14 0.51
HSL 153.66º 0.2% 0.41% -
HSV(B) 153.66º 0.33% 0.49% -
XYZ 13.64 17.61 16.59 -
YUV 110.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 84 125 107 0.33 0 0.14 0.51 153.66 0.2 0.41
Hex 54 7D 6B 21 0 E 33 9A 14 29
Octal 124 175 153 41 0 16 63 232 24 51
Binary 1010100 1111101 1101011 100001 0 1110 110011 10011010 10100 101001

Color Harmonies of #547D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547D6B

Black with #547D6B

Text Example


Text Example

White with #547D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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