#5A689B

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

Shades of Waikawa Grey #5A689B

Tints of Waikawa Grey #5A689B

Color information

#5A689B (or 0x5A689B) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 68 and 9B. RGB value is (90,104,155). Sum of RGB (Red+Green+Blue) = 90+104+155=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A689B is #A59764. Grayscale: #696969. Windows color (decimal): -10852197 or 10184794. OLE color: 10184794.

HSL color Cylindrical-coordinate representation of color #5A689B: hue angle of 227.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A689B is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90104155-
CMYK0.420.3300.39
HSL227.08º26.53%48.04%-
HSV(B)227.08º41.94%60.78%-
XYZ15.0814.4433-
YUV105.63155.86116.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.79%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=25.79%
G=29.80%
B=44.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901041550.420.3300.39227.0826.5348.04
Hex5A689B2A21027e31b30
Octal13215023352410473433360
Binary101101011010001001101110101010000101001111110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,104,155); }

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

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

 a { background-color: rgb(90,104,155); }

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

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

 span { border-color: rgb(90,104,155); }

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