#5E6698

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

Shades of Waikawa Grey #5E6698

Tints of Waikawa Grey #5E6698

Color information

#5E6698 (or 0x5E6698) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 66 and 98. RGB value is (94,102,152). Sum of RGB (Red+Green+Blue) = 94+102+152=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E6698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6698 is #A19967. Grayscale: #696969. Windows color (decimal): -10590568 or 9987678. OLE color: 9987678.

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

Color convert

RGB94102152-
CMYK0.380.3300.40
HSL231.72º23.58%48.24%-
HSV(B)231.72º38.16%59.61%-
XYZ15.0314.1531.64-
YUV105.31154.35119.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=27.01%
G=29.31%
B=43.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941021520.380.3300.40231.7223.5848.24
Hex5E66982621028e81830
Octal13614623046410503503060
Binary101111011001101001100010011010000101010001110100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,102,152); }

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

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

 a { background-color: rgb(94,102,152); }

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

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

 span { border-color: rgb(94,102,152); }

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