Html Css Color HEX #585CC2 Rich Blue

📋 copy color: '#585CC2'

red 88 ◦ green 92 ◦ blue 194

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

Shades of Rich Blue #585CC2

Tints of Rich Blue #585CC2

RGB

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

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

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

R = 23.53%
G = 24.6%
B = 51.87%

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

#585CC2 (or 0x585CC2) is known color: Rich Blue. HEX triplet: 58, 5C and C2. RGB value is (88,92,194). Sum of RGB (Red+Green+Blue) = 88+92+194=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #585CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CC2 is #A7A33D. Grayscale: #666666. Windows color (decimal): -10986302 or 12737624. OLE color: 12737624.

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

Color convert

RGB 88 92 194 -
CMYK 0.55 0.53 0 0.24
HSL 237.74º 0.46% 0.55% -
HSV(B) 237.74º 0.55% 0.76% -
XYZ 17.59 13.62 52.74 -
YUV 102.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 88 92 194 0.55 0.53 0 0.24 237.74 0.46 0.55
Hex 58 5C C2 37 35 0 18 EE 2E 37
Octal 130 134 302 67 65 0 30 356 56 67
Binary 1011000 1011100 11000010 110111 110101 0 11000 11101110 101110 110111

Color Harmonies of #585CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CC2

Black with #585CC2

Text Example


Text Example

White with #585CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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