#565fe8

Color #565FE8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #565FE8

Tints of Royal Blue #565FE8

Color information

#565FE8 (or 0x565FE8) is unknown color: approx Royal Blue. HEX triplet: 56, 5F and E8. RGB value is (86,95,232). Sum of RGB (Red+Green+Blue) = 86+95+232=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #565FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565FE8 is #A9A017. Grayscale: #6B6B6B. Windows color (decimal): -11116568 or 15228758. OLE color: 15228758.

HSL color Cylindrical-coordinate representation of color #565FE8: hue angle of 236.3º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565FE8 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8695232-
CMYK0.630.5900.09
HSL236.3º76.04%62.35%-
HSV(B)236.3º62.93%90.98%-
XYZ22.515.9978.24-
YUV107.93198.02112.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.82%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=20.82%
G=23.00%
B=56.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal86952320.630.5900.09236.376.0462.35
Hex565FE83F3B09ec4c3e
Octal126137350777301135411476
Binary101011010111111110100011111111101101001111011001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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