Html Css Color HEX #584ABA Rich Blue

📋 copy color: '#584ABA'

red 88 ◦ green 74 ◦ blue 186

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

Shades of Rich Blue #584ABA

Tints of Rich Blue #584ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 25.29%
G = 21.26%
B = 53.45%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#584ABA (or 0x584ABA) is known color: Rich Blue. HEX triplet: 58, 4A and BA. RGB value is (88,74,186). Sum of RGB (Red+Green+Blue) = 88+74+186=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #584ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ABA is #A7B545. Grayscale: #5A5A5A. Windows color (decimal): -10990918 or 12208728. OLE color: 12208728.

HSL color Cylindrical-coordinate representation of color #584ABA: hue angle of 247.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584ABA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 74 186 -
CMYK 0.53 0.60 0 0.27
HSL 247.5º 0.45% 0.51% -
HSV(B) 247.5º 0.6% 0.73% -
XYZ 15.34 10.52 47.68 -
YUV 90.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 88 74 186 0.53 0.60 0 0.27 247.5 0.45 0.51
Hex 58 4A BA 35 3C 0 1B F8 2D 33
Octal 130 112 272 65 74 0 33 370 55 63
Binary 1011000 1001010 10111010 110101 111100 0 11011 11111000 101101 110011

Color Harmonies of #584ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ABA

Black with #584ABA

Text Example


Text Example

White with #584ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584ABA; }

 p { color: rgb(88,74,186); }

 H1.HeaderClassName
 {
   color: #584ABA;
 }
 .AnyTagClassName
 {
   color: #584ABA;
 }
</style>

background-color css

<style>
 a { background-color: #584ABA; }

 a { background-color: rgb(88,74,186); }

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

border-color css

<style>
 span { border-color: #584ABA; }

 span { border-color: rgb(88,74,186); }

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