#5A6C7E

Color #5A6C7E Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #5A6C7E

Tints of Wedgewood #5A6C7E

Color information

#5A6C7E (or 0x5A6C7E) is unknown color: approx Wedgewood. HEX triplet: 5A, 6C and 7E. RGB value is (90,108,126). Sum of RGB (Red+Green+Blue) = 90+108+126=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A6C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C7E is #A59381. Grayscale: #686868. Windows color (decimal): -10851202 or 8285274. OLE color: 8285274.

HSL color Cylindrical-coordinate representation of color #5A6C7E: hue angle of 210º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A6C7E is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB90108126-
CMYK0.290.1400.51
HSL210º16.67%42.35%-
HSV(B)210º28.57%49.41%-
XYZ13.3414.4121.82-
YUV104.67140.04117.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=27.78%
G=33.33%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901081260.290.1400.5121016.6742.35
Hex5A6C7E1DE033d2112a
Octal13215417635160633222152
Binary10110101101100111111011101111001100111101001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6C7E; }

 p { color: rgb(90,108,126); }

 H1.HeaderClassName
 {
   color: #5A6C7E;
 }
 .AnyTagClassName
 {
   color: #5A6C7E;
 }
</style>
background-color css

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

 a { background-color: rgb(90,108,126); }

 div.DivClassName
 {
   background-color: #5A6C7E;
 }
 .BgClassName
 {
   background-color: #5A6C7E;
 }
</style>
border-color css

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

 span { border-color: rgb(90,108,126); }

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