Html Css Color HEX #585AB2 Rich Blue

📋 copy color: '#585AB2'

red 88 ◦ green 90 ◦ blue 178

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

Shades of Rich Blue #585AB2

Tints of Rich Blue #585AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50%

R = 24.72%
G = 25.28%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#585AB2 (or 0x585AB2) is known color: Rich Blue. HEX triplet: 58, 5A and B2. RGB value is (88,90,178). Sum of RGB (Red+Green+Blue) = 88+90+178=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #585AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585AB2 is #A7A54D. Grayscale: #636363. Windows color (decimal): -10986830 or 11688536. OLE color: 11688536.

HSL color Cylindrical-coordinate representation of color #585AB2: hue angle of 238.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #585AB2 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 88 90 178 -
CMYK 0.51 0.49 0 0.30
HSL 238.67º 0.37% 0.52% -
HSV(B) 238.67º 0.51% 0.7% -
XYZ 15.72 12.6 43.72 -
YUV 99.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 88 90 178 0.51 0.49 0 0.30 238.67 0.37 0.52
Hex 58 5A B2 33 31 0 1E EF 25 34
Octal 130 132 262 63 61 0 36 357 45 64
Binary 1011000 1011010 10110010 110011 110001 0 11110 11101111 100101 110100

Color Harmonies of #585AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585AB2

Black with #585AB2

Text Example


Text Example

White with #585AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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