Html Css Color HEX #585DAE Rich Blue

📋 copy color: '#585DAE'

red 88 ◦ green 93 ◦ blue 174

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

Shades of Rich Blue #585DAE

Tints of Rich Blue #585DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.2%

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 24.79%
G = 26.2%
B = 49.01%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#585DAE (or 0x585DAE) is known color: Rich Blue. HEX triplet: 58, 5D and AE. RGB value is (88,93,174). Sum of RGB (Red+Green+Blue) = 88+93+174=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #585DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585DAE is #A7A251. Grayscale: #646464. Windows color (decimal): -10986066 or 11427160. OLE color: 11427160.

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

Color convert

RGB 88 93 174 -
CMYK 0.49 0.47 0 0.32
HSL 236.51º 0.35% 0.51% -
HSV(B) 236.51º 0.49% 0.68% -
XYZ 15.58 12.96 41.72 -
YUV 100.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 88 93 174 0.49 0.47 0 0.32 236.51 0.35 0.51
Hex 58 5D AE 31 2F 0 20 ED 23 33
Octal 130 135 256 61 57 0 40 355 43 63
Binary 1011000 1011101 10101110 110001 101111 0 100000 11101101 100011 110011

Color Harmonies of #585DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DAE

Black with #585DAE

Text Example


Text Example

White with #585DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,174); }

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

background-color css

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

 a { background-color: rgb(88,93,174); }

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

border-color css

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

 span { border-color: rgb(88,93,174); }

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