#566692

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

Shades of Waikawa Grey #566692

Tints of Waikawa Grey #566692

Color information

#566692 (or 0x566692) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 92. RGB value is (86,102,146). Sum of RGB (Red+Green+Blue) = 86+102+146=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #566692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566692 is #A9996D. Grayscale: #666666. Windows color (decimal): -11114862 or 9594454. OLE color: 9594454.

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

Color convert

RGB86102146-
CMYK0.410.3000.43
HSL224º25.86%45.49%-
HSV(B)224º41.1%57.25%-
XYZ13.7813.5629.08-
YUV102.23152.7116.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=25.75%
G=30.54%
B=43.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861021460.410.3000.4322425.8645.49
Hex566692291E02Be01a2d
Octal12614622251360533403255
Binary10101101100110100100101010011111001010111110000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566692; }

 p { color: rgb(86,102,146); }

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

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

 a { background-color: rgb(86,102,146); }

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

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

 span { border-color: rgb(86,102,146); }

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