#5A6D94

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

Shades of Waikawa Grey #5A6D94

Tints of Waikawa Grey #5A6D94

Color information

#5A6D94 (or 0x5A6D94) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 6D and 94. RGB value is (90,109,148). Sum of RGB (Red+Green+Blue) = 90+109+148=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A6D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6D94 is #A5926B. Grayscale: #6B6B6B. Windows color (decimal): -10850924 or 9727322. OLE color: 9727322.

HSL color Cylindrical-coordinate representation of color #5A6D94: hue angle of 220.34º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A6D94 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB90109148-
CMYK0.390.2600.42
HSL220.34º24.37%46.67%-
HSV(B)220.34º39.19%58.04%-
XYZ15.0315.2530.17-
YUV107.76150.71115.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=25.94%
G=31.41%
B=42.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal901091480.390.2600.42220.3424.3746.67
Hex5A6D94271A02Adc182f
Octal13215522447320523343057
Binary10110101101101100101001001111101001010101101110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,109,148); }

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

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

 a { background-color: rgb(90,109,148); }

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

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

 span { border-color: rgb(90,109,148); }

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