Html Css Color HEX #585DAD Rich Blue

📋 copy color: '#585DAD'

red 88 ◦ green 93 ◦ blue 173

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

Shades of Rich Blue #585DAD

Tints of Rich Blue #585DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 24.86%
G = 26.27%
B = 48.87%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#585DAD (or 0x585DAD) is known color: Rich Blue. HEX triplet: 58, 5D and AD. RGB value is (88,93,173). Sum of RGB (Red+Green+Blue) = 88+93+173=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #585DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585DAD is #A7A252. Grayscale: #646464. Windows color (decimal): -10986067 or 11361624. OLE color: 11361624.

HSL color Cylindrical-coordinate representation of color #585DAD: hue angle of 236.47º degrees, saturation: 0.34, 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 #585DAD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 93 173 -
CMYK 0.49 0.46 0 0.32
HSL 236.47º 0.34% 0.51% -
HSV(B) 236.47º 0.49% 0.68% -
XYZ 15.48 12.92 41.21 -
YUV 100.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 88 93 173 0.49 0.46 0 0.32 236.47 0.34 0.51
Hex 58 5D AD 31 2E 0 20 EC 22 33
Octal 130 135 255 61 56 0 40 354 42 63
Binary 1011000 1011101 10101101 110001 101110 0 100000 11101100 100010 110011

Color Harmonies of #585DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DAD

Black with #585DAD

Text Example


Text Example

White with #585DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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