Html Css Color HEX #547384 Wedgewood

📋 copy color: '#547384'

red 84 ◦ green 115 ◦ blue 132

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

Shades of Wedgewood #547384

Tints of Wedgewood #547384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 132 (51.95% from 255) = 39.88%

R = 25.38%
G = 34.74%
B = 39.88%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#547384 (or 0x547384) is known color: Wedgewood. HEX triplet: 54, 73 and 84. RGB value is (84,115,132). Sum of RGB (Red+Green+Blue) = 84+115+132=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #547384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547384 is #AB8C7B. Grayscale: #6B6B6B. Windows color (decimal): -11242620 or 8680276. OLE color: 8680276.

HSL color Cylindrical-coordinate representation of color #547384: hue angle of 201.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547384 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 115 132 -
CMYK 0.36 0.13 0 0.48
HSL 201.25º 0.22% 0.42% -
HSV(B) 201.25º 0.36% 0.52% -
XYZ 13.95 15.81 24.15 -
YUV 107.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 84 115 132 0.36 0.13 0 0.48 201.25 0.22 0.42
Hex 54 73 84 24 D 0 30 C9 16 2A
Octal 124 163 204 44 15 0 60 311 26 52
Binary 1010100 1110011 10000100 100100 1101 0 110000 11001001 10110 101010

Color Harmonies of #547384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547384

Black with #547384

Text Example


Text Example

White with #547384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547384; }

 p { color: rgb(84,115,132); }

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

background-color css

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

 a { background-color: rgb(84,115,132); }

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

border-color css

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

 span { border-color: rgb(84,115,132); }

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