Html Css Color HEX #557083 Wedgewood

📋 copy color: '#557083'

red 85 ◦ green 112 ◦ blue 131

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

Shades of Wedgewood #557083

Tints of Wedgewood #557083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 25.91%
G = 34.15%
B = 39.94%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557083 (or 0x557083) is known color: Wedgewood. HEX triplet: 55, 70 and 83. RGB value is (85,112,131). Sum of RGB (Red+Green+Blue) = 85+112+131=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 131 - color contains mainly: blue. Hex color #557083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557083 is #AA8F7C. Grayscale: #696969. Windows color (decimal): -11177853 or 8613973. OLE color: 8613973.

HSL color Cylindrical-coordinate representation of color #557083: hue angle of 204.78º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557083 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 112 131 -
CMYK 0.35 0.15 0 0.49
HSL 204.78º 0.21% 0.42% -
HSV(B) 204.78º 0.35% 0.51% -
XYZ 13.64 15.16 23.68 -
YUV 106.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 85 112 131 0.35 0.15 0 0.49 204.78 0.21 0.42
Hex 55 70 83 23 F 0 31 CD 15 2A
Octal 125 160 203 43 17 0 61 315 25 52
Binary 1010101 1110000 10000011 100011 1111 0 110001 11001101 10101 101010

Color Harmonies of #557083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557083

Black with #557083

Text Example


Text Example

White with #557083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557083; }

 p { color: rgb(85,112,131); }

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

background-color css

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

 a { background-color: rgb(85,112,131); }

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

border-color css

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

 span { border-color: rgb(85,112,131); }

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