Html Css Color HEX #547A68 Cutty Sark

📋 copy color: '#547A68'

red 84 ◦ green 122 ◦ blue 104

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

Shades of Cutty Sark #547A68

Tints of Cutty Sark #547A68

RGB

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

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

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

R = 27.1%
G = 39.35%
B = 33.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#547A68 (or 0x547A68) is known color: Cutty Sark. HEX triplet: 54, 7A and 68. RGB value is (84,122,104). Sum of RGB (Red+Green+Blue) = 84+122+104=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #547A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A68 is #AB8597. Grayscale: #6C6C6C. Windows color (decimal): -11240856 or 6847060. OLE color: 6847060.

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

Color convert

RGB 84 122 104 -
CMYK 0.31 0 0.15 0.52
HSL 151.58º 0.18% 0.4% -
HSV(B) 151.58º 0.31% 0.48% -
XYZ 13.11 16.8 15.65 -
YUV 108.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 84 122 104 0.31 0 0.15 0.52 151.58 0.18 0.4
Hex 54 7A 68 1F 0 F 34 98 12 28
Octal 124 172 150 37 0 17 64 230 22 50
Binary 1010100 1111010 1101000 11111 0 1111 110100 10011000 10010 101000

Color Harmonies of #547A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A68

Black with #547A68

Text Example


Text Example

White with #547A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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