Html Css Color HEX #557085 Wedgewood

📋 copy color: '#557085'

red 85 ◦ green 112 ◦ blue 133

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

Shades of Wedgewood #557085

Tints of Wedgewood #557085

RGB

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

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

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

R = 25.76%
G = 33.94%
B = 40.3%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#557085 (or 0x557085) is known color: Wedgewood. HEX triplet: 55, 70 and 85. RGB value is (85,112,133). Sum of RGB (Red+Green+Blue) = 85+112+133=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #557085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557085 is #AA8F7A. Grayscale: #6A6A6A. Windows color (decimal): -11177851 or 8745045. OLE color: 8745045.

HSL color Cylindrical-coordinate representation of color #557085: hue angle of 206.25º 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 #557085 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 112 133 -
CMYK 0.36 0.16 0 0.48
HSL 206.25º 0.22% 0.43% -
HSV(B) 206.25º 0.36% 0.52% -
XYZ 13.77 15.21 24.4 -
YUV 106.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 85 112 133 0.36 0.16 0 0.48 206.25 0.22 0.43
Hex 55 70 85 24 10 0 30 CE 16 2B
Octal 125 160 205 44 20 0 60 316 26 53
Binary 1010101 1110000 10000101 100100 10000 0 110000 11001110 10110 101011

Color Harmonies of #557085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557085

Black with #557085

Text Example


Text Example

White with #557085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557085; }

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

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

background-color css

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

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

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

border-color css

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

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

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