Html Css Color HEX #585EAC Rich Blue

📋 copy color: '#585EAC'

red 88 ◦ green 94 ◦ blue 172

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

Shades of Rich Blue #585EAC

Tints of Rich Blue #585EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

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

R = 24.86%
G = 26.55%
B = 48.59%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#585EAC (or 0x585EAC) is known color: Rich Blue. HEX triplet: 58, 5E and AC. RGB value is (88,94,172). Sum of RGB (Red+Green+Blue) = 88+94+172=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #585EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585EAC is #A7A153. Grayscale: #646464. Windows color (decimal): -10985812 or 11296344. OLE color: 11296344.

HSL color Cylindrical-coordinate representation of color #585EAC: hue angle of 235.71º 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 #585EAC is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 94 172 -
CMYK 0.49 0.45 0 0.33
HSL 235.71º 0.34% 0.51% -
HSV(B) 235.71º 0.49% 0.67% -
XYZ 15.47 13.06 40.73 -
YUV 101.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 88 94 172 0.49 0.45 0 0.33 235.71 0.34 0.51
Hex 58 5E AC 31 2D 0 21 EC 22 33
Octal 130 136 254 61 55 0 41 354 42 63
Binary 1011000 1011110 10101100 110001 101101 0 100001 11101100 100010 110011

Color Harmonies of #585EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EAC

Black with #585EAC

Text Example


Text Example

White with #585EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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