#585FBE

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

Shades of Rich Blue #585FBE

Tints of Rich Blue #585FBE

Color information

#585FBE (or 0x585FBE) is unknown color: approx Rich Blue. HEX triplet: 58, 5F and BE. RGB value is (88,95,190). Sum of RGB (Red+Green+Blue) = 88+95+190=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #585FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FBE is #A7A041. Grayscale: #676767. Windows color (decimal): -10985538 or 12476248. OLE color: 12476248.

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

Color convert

RGB8895190-
CMYK0.540.500.25
HSL235.88º43.97%54.51%-
HSV(B)235.88º53.68%74.51%-
XYZ17.4113.9850.5-
YUV103.74176.68116.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 95 (37.5% from 255) = 25.47%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=23.59%
G=25.47%
B=50.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88951900.540.500.25235.8843.9754.51
Hex585FBE3632019ec2c37
Octal13013727666620313545467
Binary101100010111111011111011011011001001100111101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,95,190); }

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

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

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

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

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

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

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