Html Css Color HEX #585AAB Rich Blue

📋 copy color: '#585AAB'

red 88 ◦ green 90 ◦ blue 171

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

Shades of Rich Blue #585AAB

Tints of Rich Blue #585AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 25.21%
G = 25.79%
B = 49%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#585AAB (or 0x585AAB) is known color: Rich Blue. HEX triplet: 58, 5A and AB. RGB value is (88,90,171). Sum of RGB (Red+Green+Blue) = 88+90+171=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #585AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AAB is #A7A554. Grayscale: #626262. Windows color (decimal): -10986837 or 11229784. OLE color: 11229784.

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

Color convert

RGB 88 90 171 -
CMYK 0.49 0.47 0 0.33
HSL 238.55º 0.33% 0.51% -
HSV(B) 238.55º 0.49% 0.67% -
XYZ 15.03 12.33 40.12 -
YUV 98.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 88 90 171 0.49 0.47 0 0.33 238.55 0.33 0.51
Hex 58 5A AB 31 2F 0 21 EF 21 33
Octal 130 132 253 61 57 0 41 357 41 63
Binary 1011000 1011010 10101011 110001 101111 0 100001 11101111 100001 110011

Color Harmonies of #585AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585AAB

Black with #585AAB

Text Example


Text Example

White with #585AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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