Html Css Color HEX #585BC0 Rich Blue

📋 copy color: '#585BC0'

red 88 ◦ green 91 ◦ blue 192

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

Shades of Rich Blue #585BC0

Tints of Rich Blue #585BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.53%

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 23.72%
G = 24.53%
B = 51.75%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#585BC0 (or 0x585BC0) is known color: Rich Blue. HEX triplet: 58, 5B and C0. RGB value is (88,91,192). Sum of RGB (Red+Green+Blue) = 88+91+192=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #585BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BC0 is #A7A43F. Grayscale: #656565. Windows color (decimal): -10986560 or 12606296. OLE color: 12606296.

HSL color Cylindrical-coordinate representation of color #585BC0: hue angle of 238.27º degrees, saturation: 0.45, 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 #585BC0 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 91 192 -
CMYK 0.54 0.53 0 0.25
HSL 238.27º 0.45% 0.55% -
HSV(B) 238.27º 0.54% 0.75% -
XYZ 17.28 13.36 51.54 -
YUV 101.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 88 91 192 0.54 0.53 0 0.25 238.27 0.45 0.55
Hex 58 5B C0 36 35 0 19 EE 2D 37
Octal 130 133 300 66 65 0 31 356 55 67
Binary 1011000 1011011 11000000 110110 110101 0 11001 11101110 101101 110111

Color Harmonies of #585BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BC0

Black with #585BC0

Text Example


Text Example

White with #585BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,91,192); }

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

background-color css

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

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

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

border-color css

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

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

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