Html Css Color HEX #585EC0 Rich Blue

📋 copy color: '#585EC0'

red 88 ◦ green 94 ◦ blue 192

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

Shades of Rich Blue #585EC0

Tints of Rich Blue #585EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

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

R = 23.53%
G = 25.13%
B = 51.34%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#585EC0 (or 0x585EC0) is known color: Rich Blue. HEX triplet: 58, 5E and C0. RGB value is (88,94,192). Sum of RGB (Red+Green+Blue) = 88+94+192=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #585EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EC0 is #A7A13F. Grayscale: #666666. Windows color (decimal): -10985792 or 12607064. OLE color: 12607064.

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

Color convert

RGB 88 94 192 -
CMYK 0.54 0.51 0 0.25
HSL 236.54º 0.45% 0.55% -
HSV(B) 236.54º 0.54% 0.75% -
XYZ 17.54 13.89 51.62 -
YUV 103.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 88 94 192 0.54 0.51 0 0.25 236.54 0.45 0.55
Hex 58 5E C0 36 33 0 19 ED 2D 37
Octal 130 136 300 66 63 0 31 355 55 67
Binary 1011000 1011110 11000000 110110 110011 0 11001 11101101 101101 110111

Color Harmonies of #585EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EC0

Black with #585EC0

Text Example


Text Example

White with #585EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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