Html Css Color HEX #584DAE Rich Blue

📋 copy color: '#584DAE'

red 88 ◦ green 77 ◦ blue 174

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

Shades of Rich Blue #584DAE

Tints of Rich Blue #584DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

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

R = 25.96%
G = 22.71%
B = 51.33%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#584DAE (or 0x584DAE) is known color: Rich Blue. HEX triplet: 58, 4D and AE. RGB value is (88,77,174). Sum of RGB (Red+Green+Blue) = 88+77+174=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #584DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584DAE is #A7B251. Grayscale: #5A5A5A. Windows color (decimal): -10990162 or 11423064. OLE color: 11423064.

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

Color convert

RGB 88 77 174 -
CMYK 0.49 0.56 0 0.32
HSL 246.8º 0.39% 0.49% -
HSV(B) 246.8º 0.56% 0.68% -
XYZ 14.32 10.44 41.3 -
YUV 91.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 88 77 174 0.49 0.56 0 0.32 246.8 0.39 0.49
Hex 58 4D AE 31 38 0 20 F7 27 31
Octal 130 115 256 61 70 0 40 367 47 61
Binary 1011000 1001101 10101110 110001 111000 0 100000 11110111 100111 110001

Color Harmonies of #584DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DAE

Black with #584DAE

Text Example


Text Example

White with #584DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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