Html Css Color HEX #585DAF Rich Blue

📋 copy color: '#585DAF'

red 88 ◦ green 93 ◦ blue 175

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

Shades of Rich Blue #585DAF

Tints of Rich Blue #585DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 24.72%
G = 26.12%
B = 49.16%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#585DAF (or 0x585DAF) is known color: Rich Blue. HEX triplet: 58, 5D and AF. RGB value is (88,93,175). Sum of RGB (Red+Green+Blue) = 88+93+175=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #585DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585DAF is #A7A250. Grayscale: #646464. Windows color (decimal): -10986065 or 11492696. OLE color: 11492696.

HSL color Cylindrical-coordinate representation of color #585DAF: hue angle of 236.55º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585DAF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 93 175 -
CMYK 0.50 0.47 0 0.31
HSL 236.55º 0.35% 0.52% -
HSV(B) 236.55º 0.5% 0.69% -
XYZ 15.68 13 42.24 -
YUV 100.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 88 93 175 0.50 0.47 0 0.31 236.55 0.35 0.52
Hex 58 5D AF 32 2F 0 1F ED 23 34
Octal 130 135 257 62 57 0 37 355 43 64
Binary 1011000 1011101 10101111 110010 101111 0 11111 11101101 100011 110100

Color Harmonies of #585DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DAF

Black with #585DAF

Text Example


Text Example

White with #585DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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