Html Css Color HEX #584BAE Rich Blue

📋 copy color: '#584BAE'

red 88 ◦ green 75 ◦ blue 174

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

Shades of Rich Blue #584BAE

Tints of Rich Blue #584BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.26%

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 26.11%
G = 22.26%
B = 51.63%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#584BAE (or 0x584BAE) is known color: Rich Blue. HEX triplet: 58, 4B and AE. RGB value is (88,75,174). Sum of RGB (Red+Green+Blue) = 88+75+174=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #584BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584BAE is #A7B451. Grayscale: #595959. Windows color (decimal): -10990674 or 11422552. OLE color: 11422552.

HSL color Cylindrical-coordinate representation of color #584BAE: hue angle of 247.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #584BAE is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 75 174 -
CMYK 0.49 0.57 0 0.32
HSL 247.88º 0.4% 0.49% -
HSV(B) 247.88º 0.57% 0.68% -
XYZ 14.18 10.16 41.26 -
YUV 90.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 88 75 174 0.49 0.57 0 0.32 247.88 0.4 0.49
Hex 58 4B AE 31 39 0 20 F8 28 31
Octal 130 113 256 61 71 0 40 370 50 61
Binary 1011000 1001011 10101110 110001 111001 0 100000 11111000 101000 110001

Color Harmonies of #584BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BAE

Black with #584BAE

Text Example


Text Example

White with #584BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,174); }

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

background-color css

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

 a { background-color: rgb(88,75,174); }

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

border-color css

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

 span { border-color: rgb(88,75,174); }

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