Html Css Color HEX #547688 Wedgewood

📋 copy color: '#547688'

red 84 ◦ green 118 ◦ blue 136

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

Shades of Wedgewood #547688

Tints of Wedgewood #547688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.91%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 24.85%
G = 34.91%
B = 40.24%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#547688 (or 0x547688) is known color: Wedgewood. HEX triplet: 54, 76 and 88. RGB value is (84,118,136). Sum of RGB (Red+Green+Blue) = 84+118+136=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #547688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547688 is #AB8977. Grayscale: #6D6D6D. Windows color (decimal): -11241848 or 8943188. OLE color: 8943188.

HSL color Cylindrical-coordinate representation of color #547688: hue angle of 200.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547688 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 118 136 -
CMYK 0.38 0.13 0 0.47
HSL 200.77º 0.24% 0.43% -
HSV(B) 200.77º 0.38% 0.53% -
XYZ 14.58 16.62 25.73 -
YUV 109.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 84 118 136 0.38 0.13 0 0.47 200.77 0.24 0.43
Hex 54 76 88 26 D 0 2F C9 18 2B
Octal 124 166 210 46 15 0 57 311 30 53
Binary 1010100 1110110 10001000 100110 1101 0 101111 11001001 11000 101011

Color Harmonies of #547688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547688

Black with #547688

Text Example


Text Example

White with #547688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547688; }

 p { color: rgb(84,118,136); }

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

background-color css

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

 a { background-color: rgb(84,118,136); }

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

border-color css

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

 span { border-color: rgb(84,118,136); }

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