#585CB1

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

Shades of Rich Blue #585CB1

Tints of Rich Blue #585CB1

Color information

#585CB1 (or 0x585CB1) is unknown color: approx Rich Blue. HEX triplet: 58, 5C and B1. RGB value is (88,92,177). Sum of RGB (Red+Green+Blue) = 88+92+177=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #585CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CB1 is #A7A34E. Grayscale: #646464. Windows color (decimal): -10986319 or 11623512. OLE color: 11623512.

HSL color Cylindrical-coordinate representation of color #585CB1: hue angle of 237.3º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585CB1 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8892177-
CMYK0.500.4800.31
HSL237.3º36.33%51.96%-
HSV(B)237.3º50.28%69.41%-
XYZ15.7912.943.25-
YUV100.49171.17119.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 177 (69.53% from 255) = 49.58%
R=24.65%
G=25.77%
B=49.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88921770.500.4800.31237.336.3351.96
Hex585CB1323001Fed2434
Octal13013426162600373554464
Binary101100010111001011000111001011000001111111101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,92,177); }

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

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

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

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

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

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

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