Html Css Color HEX #547A6B Cutty Sark

📋 copy color: '#547A6B'

red 84 ◦ green 122 ◦ blue 107

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

Shades of Cutty Sark #547A6B

Tints of Cutty Sark #547A6B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.98%

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

R = 26.84%
G = 38.98%
B = 34.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#547A6B (or 0x547A6B) is known color: Cutty Sark. HEX triplet: 54, 7A and 6B. RGB value is (84,122,107). Sum of RGB (Red+Green+Blue) = 84+122+107=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #547A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A6B is #AB8594. Grayscale: #6C6C6C. Windows color (decimal): -11240853 or 7043668. OLE color: 7043668.

HSL color Cylindrical-coordinate representation of color #547A6B: hue angle of 156.32º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A6B is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 122 107 -
CMYK 0.31 0 0.12 0.52
HSL 156.32º 0.18% 0.4% -
HSV(B) 156.32º 0.31% 0.48% -
XYZ 13.27 16.87 16.47 -
YUV 108.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 84 122 107 0.31 0 0.12 0.52 156.32 0.18 0.4
Hex 54 7A 6B 1F 0 C 34 9C 12 28
Octal 124 172 153 37 0 14 64 234 22 50
Binary 1010100 1111010 1101011 11111 0 1100 110100 10011100 10010 101000

Color Harmonies of #547A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A6B

Black with #547A6B

Text Example


Text Example

White with #547A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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