#5B678E

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

Shades of Waikawa Grey #5B678E

Tints of Waikawa Grey #5B678E

Color information

#5B678E (or 0x5B678E) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 67 and 8E. RGB value is (91,103,142). Sum of RGB (Red+Green+Blue) = 91+103+142=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B678E is #A49871. Grayscale: #676767. Windows color (decimal): -10786930 or 9332571. OLE color: 9332571.

HSL color Cylindrical-coordinate representation of color #5B678E: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B678E is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB91103142-
CMYK0.360.2700.44
HSL225.88º21.89%45.69%-
HSV(B)225.88º35.92%55.69%-
XYZ14.0513.8827.53-
YUV103.86149.52118.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.08%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=27.08%
G=30.65%
B=42.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911031420.360.2700.44225.8821.8945.69
Hex5B678E241B02Ce2162e
Octal13314721644330543422656
Binary10110111100111100011101001001101101011001110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,103,142); }

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

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

 a { background-color: rgb(91,103,142); }

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

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

 span { border-color: rgb(91,103,142); }

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