#565FB2

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

Shades of Rich Blue #565FB2

Tints of Rich Blue #565FB2

Color information

#565FB2 (or 0x565FB2) is unknown color: approx Rich Blue. HEX triplet: 56, 5F and B2. RGB value is (86,95,178). Sum of RGB (Red+Green+Blue) = 86+95+178=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #565FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FB2 is #A9A04D. Grayscale: #656565. Windows color (decimal): -11116622 or 11689814. OLE color: 11689814.

HSL color Cylindrical-coordinate representation of color #565FB2: hue angle of 234.13º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #565FB2 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8695178-
CMYK0.520.4700.30
HSL234.13º37.4%51.76%-
HSV(B)234.13º51.69%69.8%-
XYZ15.9713.3843.86-
YUV101.77171.02116.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 178 (69.92% from 255) = 49.58%
R=23.96%
G=26.46%
B=49.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86951780.520.4700.30234.1337.451.76
Hex565FB2342F01Eea2534
Octal12613726264570363524564
Binary101011010111111011001011010010111101111011101010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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