Html Css Color HEX #547467 Cutty Sark

📋 copy color: '#547467'

red 84 ◦ green 116 ◦ blue 103

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

Shades of Cutty Sark #547467

Tints of Cutty Sark #547467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 27.72%
G = 38.28%
B = 33.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#547467 (or 0x547467) is known color: Cutty Sark. HEX triplet: 54, 74 and 67. RGB value is (84,116,103). Sum of RGB (Red+Green+Blue) = 84+116+103=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #547467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547467 is #AB8B98. Grayscale: #686868. Windows color (decimal): -11242393 or 6779988. OLE color: 6779988.

HSL color Cylindrical-coordinate representation of color #547467: hue angle of 155.62º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #547467 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 116 103 -
CMYK 0.28 0 0.11 0.55
HSL 155.63º 0.16% 0.39% -
HSV(B) 155.63º 0.28% 0.45% -
XYZ 12.35 15.35 15.14 -
YUV 104.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 84 116 103 0.28 0 0.11 0.55 155.63 0.16 0.39
Hex 54 74 67 1C 0 B 37 9C 10 27
Octal 124 164 147 34 0 13 67 234 20 47
Binary 1010100 1110100 1100111 11100 0 1011 110111 10011100 10000 100111

Color Harmonies of #547467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547467

Black with #547467

Text Example


Text Example

White with #547467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547467; }

 p { color: rgb(84,116,103); }

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

background-color css

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

 a { background-color: rgb(84,116,103); }

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

border-color css

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

 span { border-color: rgb(84,116,103); }

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