#564FBE

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

Shades of Rich Blue #564FBE

Tints of Rich Blue #564FBE

Color information

#564FBE (or 0x564FBE) is unknown color: approx Rich Blue. HEX triplet: 56, 4F and BE. RGB value is (86,79,190). Sum of RGB (Red+Green+Blue) = 86+79+190=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #564FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564FBE is #A9B041. Grayscale: #5D5D5D. Windows color (decimal): -11120706 or 12472150. OLE color: 12472150.

HSL color Cylindrical-coordinate representation of color #564FBE: hue angle of 243.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564FBE is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8679190-
CMYK0.550.5800.25
HSL243.78º46.06%52.75%-
HSV(B)243.78º58.42%74.51%-
XYZ15.9311.2950.05-
YUV93.75182.32122.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=24.23%
G=22.25%
B=53.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86791900.550.5800.25243.7846.0652.75
Hex564FBE373A019f42e35
Octal12611727667720313645665
Binary101011010011111011111011011111101001100111110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564FBE; }

 p { color: rgb(86,79,190); }

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

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

 a { background-color: rgb(86,79,190); }

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

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

 span { border-color: rgb(86,79,190); }

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