#5658BC

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

Shades of Rich Blue #5658BC

Tints of Rich Blue #5658BC

Color information

#5658BC (or 0x5658BC) is unknown color: approx Rich Blue. HEX triplet: 56, 58 and BC. RGB value is (86,88,188). Sum of RGB (Red+Green+Blue) = 86+88+188=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #5658BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658BC is #A9A743. Grayscale: #626262. Windows color (decimal): -11118404 or 12343382. OLE color: 12343382.

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

Color convert

RGB8688188-
CMYK0.540.5300.26
HSL238.82º43.22%53.73%-
HSV(B)238.82º54.26%73.73%-
XYZ16.412.5949.14-
YUV98.8178.34118.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=23.76%
G=24.31%
B=51.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86881880.540.5300.26238.8243.2253.73
Hex5658BC363501Aef2b36
Octal12613027466650323575366
Binary101011010110001011110011011011010101101011101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5658BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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