#5A6C9D

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

Shades of Waikawa Grey #5A6C9D

Tints of Waikawa Grey #5A6C9D

Color information

#5A6C9D (or 0x5A6C9D) is unknown color: approx Waikawa Grey. HEX triplet: 5A, 6C and 9D. RGB value is (90,108,157). Sum of RGB (Red+Green+Blue) = 90+108+157=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A6C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6C9D is #A59362. Grayscale: #6B6B6B. Windows color (decimal): -10851171 or 10316890. OLE color: 10316890.

HSL color Cylindrical-coordinate representation of color #5A6C9D: hue angle of 223.88º 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 #5A6C9D is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB90108157-
CMYK0.430.3100.38
HSL223.88º27.13%48.43%-
HSV(B)223.88º42.68%61.57%-
XYZ15.6615.3334.03-
YUV108.2155.54115.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=25.35%
G=30.42%
B=44.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal901081570.430.3100.38223.8827.1348.43
Hex5A6C9D2B1F026e01b30
Octal13215423553370463403360
Binary10110101101100100111011010111111101001101110000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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