Html Css Color HEX #585AAF Rich Blue

📋 copy color: '#585AAF'

red 88 ◦ green 90 ◦ blue 175

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

Shades of Rich Blue #585AAF

Tints of Rich Blue #585AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 24.93%
G = 25.5%
B = 49.58%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#585AAF (or 0x585AAF) is known color: Rich Blue. HEX triplet: 58, 5A and AF. RGB value is (88,90,175). Sum of RGB (Red+Green+Blue) = 88+90+175=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #585AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AAF is #A7A550. Grayscale: #626262. Windows color (decimal): -10986833 or 11491928. OLE color: 11491928.

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

Color convert

RGB 88 90 175 -
CMYK 0.50 0.49 0 0.31
HSL 238.62º 0.35% 0.52% -
HSV(B) 238.62º 0.5% 0.69% -
XYZ 15.42 12.48 42.15 -
YUV 99.09 170.84 120.09 -
System Red Green Blue C M Y K H S L
Decimal 88 90 175 0.50 0.49 0 0.31 238.62 0.35 0.52
Hex 58 5A AF 32 31 0 1F EF 23 34
Octal 130 132 257 62 61 0 37 357 43 64
Binary 1011000 1011010 10101111 110010 110001 0 11111 11101111 100011 110100

Color Harmonies of #585AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585AAF

Black with #585AAF

Text Example


Text Example

White with #585AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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