Html Css Color HEX #585BC2 Rich Blue

📋 copy color: '#585BC2'

red 88 ◦ green 91 ◦ blue 194

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

Shades of Rich Blue #585BC2

Tints of Rich Blue #585BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.01%

R = 23.59%
G = 24.4%
B = 52.01%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#585BC2 (or 0x585BC2) is known color: Rich Blue. HEX triplet: 58, 5B and C2. RGB value is (88,91,194). Sum of RGB (Red+Green+Blue) = 88+91+194=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #585BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BC2 is #A7A43D. Grayscale: #656565. Windows color (decimal): -10986558 or 12737368. OLE color: 12737368.

HSL color Cylindrical-coordinate representation of color #585BC2: hue angle of 238.3º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585BC2 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 91 194 -
CMYK 0.55 0.53 0 0.24
HSL 238.3º 0.46% 0.55% -
HSV(B) 238.3º 0.55% 0.76% -
XYZ 17.5 13.45 52.71 -
YUV 101.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 88 91 194 0.55 0.53 0 0.24 238.3 0.46 0.55
Hex 58 5B C2 37 35 0 18 EE 2E 37
Octal 130 133 302 67 65 0 30 356 56 67
Binary 1011000 1011011 11000010 110111 110101 0 11000 11101110 101110 110111

Color Harmonies of #585BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BC2

Black with #585BC2

Text Example


Text Example

White with #585BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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