#586894

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

Shades of Waikawa Grey #586894

Tints of Waikawa Grey #586894

Color information

#586894 (or 0x586894) is unknown color: approx Waikawa Grey. HEX triplet: 58, 68 and 94. RGB value is (88,104,148). Sum of RGB (Red+Green+Blue) = 88+104+148=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #586894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586894 is #A7976B. Grayscale: #686868. Windows color (decimal): -10983276 or 9726040. OLE color: 9726040.

HSL color Cylindrical-coordinate representation of color #586894: hue angle of 224º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586894 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88104148-
CMYK0.410.3000.42
HSL224º25.42%46.27%-
HSV(B)224º40.54%58.04%-
XYZ14.3214.1129.99-
YUV104.23152.7116.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.88%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=25.88%
G=30.59%
B=43.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881041480.410.3000.4222425.4246.27
Hex586894291E02Ae0192e
Octal13015022451360523403156
Binary10110001101000100101001010011111001010101110000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586894; }

 p { color: rgb(88,104,148); }

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

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

 a { background-color: rgb(88,104,148); }

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

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

 span { border-color: rgb(88,104,148); }

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