Html Css Color HEX #557285 Wedgewood

📋 copy color: '#557285'

red 85 ◦ green 114 ◦ blue 133

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

Shades of Wedgewood #557285

Tints of Wedgewood #557285

RGB

 RED value IS 85 (33.59% from 255) = 25.6%

 GREEN value IS 114 (44.92% from 255) = 34.34%

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

R = 25.6%
G = 34.34%
B = 40.06%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557285 (or 0x557285) is known color: Wedgewood. HEX triplet: 55, 72 and 85. RGB value is (85,114,133). Sum of RGB (Red+Green+Blue) = 85+114+133=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #557285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557285 is #AA8D7A. Grayscale: #6B6B6B. Windows color (decimal): -11177339 or 8745557. OLE color: 8745557.

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

Color convert

RGB 85 114 133 -
CMYK 0.36 0.14 0 0.48
HSL 203.75º 0.22% 0.43% -
HSV(B) 203.75º 0.36% 0.52% -
XYZ 14 15.66 24.48 -
YUV 107.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 85 114 133 0.36 0.14 0 0.48 203.75 0.22 0.43
Hex 55 72 85 24 E 0 30 CC 16 2B
Octal 125 162 205 44 16 0 60 314 26 53
Binary 1010101 1110010 10000101 100100 1110 0 110000 11001100 10110 101011

Color Harmonies of #557285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557285

Black with #557285

Text Example


Text Example

White with #557285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557285; }

 p { color: rgb(85,114,133); }

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

background-color css

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

 a { background-color: rgb(85,114,133); }

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

border-color css

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

 span { border-color: rgb(85,114,133); }

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