Html Css Color HEX #585BAA Rich Blue

📋 copy color: '#585BAA'

red 88 ◦ green 91 ◦ blue 170

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

Shades of Rich Blue #585BAA

Tints of Rich Blue #585BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 25.21%
G = 26.07%
B = 48.71%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#585BAA (or 0x585BAA) is known color: Rich Blue. HEX triplet: 58, 5B and AA. RGB value is (88,91,170). Sum of RGB (Red+Green+Blue) = 88+91+170=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #585BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BAA is #A7A455. Grayscale: #626262. Windows color (decimal): -10986582 or 11164504. OLE color: 11164504.

HSL color Cylindrical-coordinate representation of color #585BAA: hue angle of 237.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #585BAA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 91 170 -
CMYK 0.48 0.46 0 0.33
HSL 237.8º 0.33% 0.51% -
HSV(B) 237.8º 0.48% 0.67% -
XYZ 15.02 12.46 39.64 -
YUV 99.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 88 91 170 0.48 0.46 0 0.33 237.8 0.33 0.51
Hex 58 5B AA 30 2E 0 21 EE 21 33
Octal 130 133 252 60 56 0 41 356 41 63
Binary 1011000 1011011 10101010 110000 101110 0 100001 11101110 100001 110011

Color Harmonies of #585BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BAA

Black with #585BAA

Text Example


Text Example

White with #585BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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