Html Css Color HEX #557283 Wedgewood

📋 copy color: '#557283'

red 85 ◦ green 114 ◦ blue 131

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

Shades of Wedgewood #557283

Tints of Wedgewood #557283

RGB

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

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

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

R = 25.76%
G = 34.55%
B = 39.7%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557283 (or 0x557283) is known color: Wedgewood. HEX triplet: 55, 72 and 83. RGB value is (85,114,131). Sum of RGB (Red+Green+Blue) = 85+114+131=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #557283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557283 is #AA8D7C. Grayscale: #6B6B6B. Windows color (decimal): -11177341 or 8614485. OLE color: 8614485.

HSL color Cylindrical-coordinate representation of color #557283: hue angle of 202.17º 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 #557283 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 114 131 -
CMYK 0.35 0.13 0 0.49
HSL 202.17º 0.21% 0.42% -
HSV(B) 202.17º 0.35% 0.51% -
XYZ 13.86 15.6 23.75 -
YUV 107.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 85 114 131 0.35 0.13 0 0.49 202.17 0.21 0.42
Hex 55 72 83 23 D 0 31 CA 15 2A
Octal 125 162 203 43 15 0 61 312 25 52
Binary 1010101 1110010 10000011 100011 1101 0 110001 11001010 10101 101010

Color Harmonies of #557283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557283

Black with #557283

Text Example


Text Example

White with #557283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557283; }

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

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

background-color css

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

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

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

border-color css

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

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

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