#5658BB

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

Shades of Rich Blue #5658BB

Tints of Rich Blue #5658BB

Color information

#5658BB (or 0x5658BB) is unknown color: approx Rich Blue. HEX triplet: 56, 58 and BB. RGB value is (86,88,187). Sum of RGB (Red+Green+Blue) = 86+88+187=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #5658BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658BB is #A9A744. Grayscale: #626262. Windows color (decimal): -11118405 or 12277846. OLE color: 12277846.

HSL color Cylindrical-coordinate representation of color #5658BB: hue angle of 238.81º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5658BB is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8688187-
CMYK0.540.5300.27
HSL238.81º42.62%53.53%-
HSV(B)238.81º54.01%73.33%-
XYZ16.312.5548.58-
YUV98.69177.84118.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=23.82%
G=24.38%
B=51.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86881870.540.5300.27238.8142.6253.53
Hex5658BB363501Bef2b36
Octal12613027366650333575366
Binary101011010110001011101111011011010101101111101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5658BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5658BB; }

 p { color: rgb(86,88,187); }

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

<style>
 a { background-color: #5658BB; }

 a { background-color: rgb(86,88,187); }

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

<style>
 span { border-color: #5658BB; }

 span { border-color: rgb(86,88,187); }

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