#5858BC

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

Shades of Rich Blue #5858BC

Tints of Rich Blue #5858BC

Color information

#5858BC (or 0x5858BC) is unknown color: approx Rich Blue. HEX triplet: 58, 58 and BC. RGB value is (88,88,188). Sum of RGB (Red+Green+Blue) = 88+88+188=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #5858BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5858BC is #A7A743. Grayscale: #636363. Windows color (decimal): -10987332 or 12343384. OLE color: 12343384.

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

Color convert

RGB8888188-
CMYK0.530.5300.26
HSL240º42.74%54.12%-
HSV(B)240º53.19%73.73%-
XYZ16.5912.6849.15-
YUV99.4178119.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 188 (73.83% from 255) = 51.65%
R=24.18%
G=24.18%
B=51.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88881880.530.5300.2624042.7454.12
Hex5858BC353501Af02b36
Octal13013027465650323605366
Binary101100010110001011110011010111010101101011110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5858BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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