#5A658B

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

Shades of Waikawa Grey #5A658B

Tints of Waikawa Grey #5A658B

Color information

#5A658B (or 0x5A658B) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 65 and 8B. RGB value is (90,101,139). Sum of RGB (Red+Green+Blue) = 90+101+139=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A658B is #A59A74. Grayscale: #656565. Windows color (decimal): -10852981 or 9135450. OLE color: 9135450.

HSL color Cylindrical-coordinate representation of color #5A658B: hue angle of 226.53º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A658B is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB90101139-
CMYK0.350.2700.45
HSL226.53º21.4%44.9%-
HSV(B)226.53º35.25%54.51%-
XYZ13.5313.3526.29-
YUV102.04148.86119.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=27.27%
G=30.61%
B=42.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901011390.350.2700.45226.5321.444.9
Hex5A658B231B02De3152d
Octal13214521343330553432555
Binary10110101100101100010111000111101101011011110001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,139); }

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

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

 a { background-color: rgb(90,101,139); }

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

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

 span { border-color: rgb(90,101,139); }

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