#5E6A9B

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

Shades of Waikawa Grey #5E6A9B

Tints of Waikawa Grey #5E6A9B

Color information

#5E6A9B (or 0x5E6A9B) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 6A and 9B. RGB value is (94,106,155). Sum of RGB (Red+Green+Blue) = 94+106+155=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E6A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6A9B is #A19564. Grayscale: #6B6B6B. Windows color (decimal): -10589541 or 10185310. OLE color: 10185310.

HSL color Cylindrical-coordinate representation of color #5E6A9B: hue angle of 228.2º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E6A9B is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94106155-
CMYK0.390.3200.39
HSL228.2º24.5%48.82%-
HSV(B)228.2º39.35%60.78%-
XYZ15.6915.0533.09-
YUV108154.52118.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=26.48%
G=29.86%
B=43.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941061550.390.3200.39228.224.548.82
Hex5E6A9B2720027e41831
Octal13615223347400473443061
Binary101111011010101001101110011110000001001111110010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,106,155); }

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

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

 a { background-color: rgb(94,106,155); }

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

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

 span { border-color: rgb(94,106,155); }

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