Html Css Color HEX #585AC0 Rich Blue

📋 copy color: '#585AC0'

red 88 ◦ green 90 ◦ blue 192

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

Shades of Rich Blue #585AC0

Tints of Rich Blue #585AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.32%

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

R = 23.78%
G = 24.32%
B = 51.89%

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

#585AC0 (or 0x585AC0) is known color: Rich Blue. HEX triplet: 58, 5A and C0. RGB value is (88,90,192). Sum of RGB (Red+Green+Blue) = 88+90+192=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #585AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585AC0 is #A7A53F. Grayscale: #646464. Windows color (decimal): -10986816 or 12606040. OLE color: 12606040.

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

Color convert

RGB 88 90 192 -
CMYK 0.54 0.53 0 0.25
HSL 238.85º 0.45% 0.55% -
HSV(B) 238.85º 0.54% 0.75% -
XYZ 17.2 13.19 51.51 -
YUV 101.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 88 90 192 0.54 0.53 0 0.25 238.85 0.45 0.55
Hex 58 5A C0 36 35 0 19 EF 2D 37
Octal 130 132 300 66 65 0 31 357 55 67
Binary 1011000 1011010 11000000 110110 110101 0 11001 11101111 101101 110111

Color Harmonies of #585AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585AC0

Black with #585AC0

Text Example


Text Example

White with #585AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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