Html Css Color HEX #585BAC Rich Blue

📋 copy color: '#585BAC'

red 88 ◦ green 91 ◦ blue 172

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

Shades of Rich Blue #585BAC

Tints of Rich Blue #585BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 25.07%
G = 25.93%
B = 49%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#585BAC (or 0x585BAC) is known color: Rich Blue. HEX triplet: 58, 5B and AC. RGB value is (88,91,172). Sum of RGB (Red+Green+Blue) = 88+91+172=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #585BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BAC is #A7A453. Grayscale: #636363. Windows color (decimal): -10986580 or 11295576. OLE color: 11295576.

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

Color convert

RGB 88 91 172 -
CMYK 0.49 0.47 0 0.33
HSL 237.86º 0.34% 0.51% -
HSV(B) 237.86º 0.49% 0.67% -
XYZ 15.21 12.54 40.65 -
YUV 99.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 88 91 172 0.49 0.47 0 0.33 237.86 0.34 0.51
Hex 58 5B AC 31 2F 0 21 EE 22 33
Octal 130 133 254 61 57 0 41 356 42 63
Binary 1011000 1011011 10101100 110001 101111 0 100001 11101110 100010 110011

Color Harmonies of #585BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BAC

Black with #585BAC

Text Example


Text Example

White with #585BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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