Html Css Color HEX #547387 Wedgewood

📋 copy color: '#547387'

red 84 ◦ green 115 ◦ blue 135

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

Shades of Wedgewood #547387

Tints of Wedgewood #547387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 25.15%
G = 34.43%
B = 40.42%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#547387 (or 0x547387) is known color: Wedgewood. HEX triplet: 54, 73 and 87. RGB value is (84,115,135). Sum of RGB (Red+Green+Blue) = 84+115+135=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #547387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547387 is #AB8C78. Grayscale: #6B6B6B. Windows color (decimal): -11242617 or 8876884. OLE color: 8876884.

HSL color Cylindrical-coordinate representation of color #547387: hue angle of 203.53º degrees, saturation: 0.23, 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 #547387 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 115 135 -
CMYK 0.38 0.15 0 0.47
HSL 203.53º 0.23% 0.43% -
HSV(B) 203.53º 0.38% 0.53% -
XYZ 14.16 15.9 25.24 -
YUV 108.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 84 115 135 0.38 0.15 0 0.47 203.53 0.23 0.43
Hex 54 73 87 26 F 0 2F CC 17 2B
Octal 124 163 207 46 17 0 57 314 27 53
Binary 1010100 1110011 10000111 100110 1111 0 101111 11001100 10111 101011

Color Harmonies of #547387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547387

Black with #547387

Text Example


Text Example

White with #547387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547387; }

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

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

background-color css

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

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

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

border-color css

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

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

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