#565E85

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

Shades of Waikawa Grey #565E85

Tints of Waikawa Grey #565E85

Color information

#565E85 (or 0x565E85) is unknown color: approx Waikawa Grey. HEX triplet: 56, 5E and 85. RGB value is (86,94,133). Sum of RGB (Red+Green+Blue) = 86+94+133=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #565E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E85 is #A9A17A. Grayscale: #5F5F5F. Windows color (decimal): -11116923 or 8740438. OLE color: 8740438.

HSL color Cylindrical-coordinate representation of color #565E85: hue angle of 229.79º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #565E85 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8694133-
CMYK0.350.2900.48
HSL229.79º21.46%42.94%-
HSV(B)229.79º35.34%52.16%-
XYZ12.0711.6823.81-
YUV96.05148.85120.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=27.48%
G=30.03%
B=42.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86941330.350.2900.48229.7921.4642.94
Hex565E85231D030e6152b
Octal12613620543350603462553
Binary10101101011110100001011000111110101100001110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565E85; }

 p { color: rgb(86,94,133); }

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

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

 a { background-color: rgb(86,94,133); }

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

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

 span { border-color: rgb(86,94,133); }

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