#565F85

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

Shades of Waikawa Grey #565F85

Tints of Waikawa Grey #565F85

Color information

#565F85 (or 0x565F85) is unknown color: approx Waikawa Grey. HEX triplet: 56, 5F and 85. RGB value is (86,95,133). Sum of RGB (Red+Green+Blue) = 86+95+133=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #565F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565F85 is #A9A07A. Grayscale: #606060. Windows color (decimal): -11116667 or 8740694. OLE color: 8740694.

HSL color Cylindrical-coordinate representation of color #565F85: hue angle of 228.51º 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 #565F85 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8695133-
CMYK0.350.2900.48
HSL228.51º21.46%42.94%-
HSV(B)228.51º35.34%52.16%-
XYZ12.1611.8623.84-
YUV96.64148.52120.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=27.39%
G=30.25%
B=42.36%

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
Decimal86951330.350.2900.48228.5121.4642.94
Hex565F85231D030e5152b
Octal12613720543350603452553
Binary10101101011111100001011000111110101100001110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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