Html Css Color HEX #585CB9 Rich Blue

📋 copy color: '#585CB9'

red 88 ◦ green 92 ◦ blue 185

#585CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #585CB9

Tints of Rich Blue #585CB9

RGB

 RED value IS 88 (34.77% from 255) = 24.11%

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 24.11%
G = 25.21%
B = 50.68%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#585CB9 (or 0x585CB9) is known color: Rich Blue. HEX triplet: 58, 5C and B9. RGB value is (88,92,185). Sum of RGB (Red+Green+Blue) = 88+92+185=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #585CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CB9 is #A7A346. Grayscale: #656565. Windows color (decimal): -10986311 or 12147800. OLE color: 12147800.

HSL color Cylindrical-coordinate representation of color #585CB9: hue angle of 237.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #585CB9 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 92 185 -
CMYK 0.52 0.50 0 0.27
HSL 237.53º 0.41% 0.54% -
HSV(B) 237.53º 0.52% 0.73% -
XYZ 16.61 13.23 47.58 -
YUV 101.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 88 92 185 0.52 0.50 0 0.27 237.53 0.41 0.54
Hex 58 5C B9 34 32 0 1B EE 29 36
Octal 130 134 271 64 62 0 33 356 51 66
Binary 1011000 1011100 10111001 110100 110010 0 11011 11101110 101001 110110

Color Harmonies of #585CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CB9

Black with #585CB9

Text Example


Text Example

White with #585CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #585CB9;
 }
 .AnyTagClassName
 {
   color: #585CB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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