Html Css Color HEX #547085 Wedgewood

📋 copy color: '#547085'

red 84 ◦ green 112 ◦ blue 133

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

Shades of Wedgewood #547085

Tints of Wedgewood #547085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 25.53%
G = 34.04%
B = 40.43%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#547085 (or 0x547085) is known color: Wedgewood. HEX triplet: 54, 70 and 85. RGB value is (84,112,133). Sum of RGB (Red+Green+Blue) = 84+112+133=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #547085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547085 is #AB8F7A. Grayscale: #696969. Windows color (decimal): -11243387 or 8745044. OLE color: 8745044.

HSL color Cylindrical-coordinate representation of color #547085: hue angle of 205.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547085 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 112 133 -
CMYK 0.37 0.16 0 0.48
HSL 205.71º 0.23% 0.43% -
HSV(B) 205.71º 0.37% 0.52% -
XYZ 13.68 15.17 24.4 -
YUV 106.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 84 112 133 0.37 0.16 0 0.48 205.71 0.23 0.43
Hex 54 70 85 25 10 0 30 CE 17 2B
Octal 124 160 205 45 20 0 60 316 27 53
Binary 1010100 1110000 10000101 100101 10000 0 110000 11001110 10111 101011

Color Harmonies of #547085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547085

Black with #547085

Text Example


Text Example

White with #547085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547085; }

 p { color: rgb(84,112,133); }

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

background-color css

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

 a { background-color: rgb(84,112,133); }

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

border-color css

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

 span { border-color: rgb(84,112,133); }

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