Html Css Color HEX #585CB2 Rich Blue

📋 copy color: '#585CB2'

red 88 ◦ green 92 ◦ blue 178

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

Shades of Rich Blue #585CB2

Tints of Rich Blue #585CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.72%

R = 24.58%
G = 25.7%
B = 49.72%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#585CB2 (or 0x585CB2) is known color: Rich Blue. HEX triplet: 58, 5C and B2. RGB value is (88,92,178). Sum of RGB (Red+Green+Blue) = 88+92+178=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #585CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CB2 is #A7A34D. Grayscale: #646464. Windows color (decimal): -10986318 or 11689048. OLE color: 11689048.

HSL color Cylindrical-coordinate representation of color #585CB2: hue angle of 237.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #585CB2 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 92 178 -
CMYK 0.51 0.48 0 0.30
HSL 237.33º 0.37% 0.52% -
HSV(B) 237.33º 0.51% 0.7% -
XYZ 15.89 12.94 43.78 -
YUV 100.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 88 92 178 0.51 0.48 0 0.30 237.33 0.37 0.52
Hex 58 5C B2 33 30 0 1E ED 25 34
Octal 130 134 262 63 60 0 36 355 45 64
Binary 1011000 1011100 10110010 110011 110000 0 11110 11101101 100101 110100

Color Harmonies of #585CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CB2

Black with #585CB2

Text Example


Text Example

White with #585CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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