#5A789D

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

Shades of Waikawa Grey #5A789D

Tints of Waikawa Grey #5A789D

Color information

#5A789D (or 0x5A789D) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 78 and 9D. RGB value is (90,120,157). Sum of RGB (Red+Green+Blue) = 90+120+157=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A789D is #A58762. Grayscale: #737373. Windows color (decimal): -10848099 or 10319962. OLE color: 10319962.

HSL color Cylindrical-coordinate representation of color #5A789D: hue angle of 213.13º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A789D is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB90120157-
CMYK0.430.2400.38
HSL213.13º27.13%48.43%-
HSV(B)213.13º42.68%61.57%-
XYZ17.0218.0434.48-
YUV115.25151.56109.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=24.52%
G=32.70%
B=42.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901201570.430.2400.38213.1327.1348.43
Hex5A789D2B18026d51b30
Octal13217023553300463253360
Binary10110101111000100111011010111100001001101101010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,157); }

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

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

 a { background-color: rgb(90,120,157); }

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

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

 span { border-color: rgb(90,120,157); }

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