Html Css Color HEX #584CAD Rich Blue

📋 copy color: '#584CAD'

red 88 ◦ green 76 ◦ blue 173

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

Shades of Rich Blue #584CAD

Tints of Rich Blue #584CAD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.55%

 BLUE value IS 173 (67.97% from 255) = 51.34%

R = 26.11%
G = 22.55%
B = 51.34%

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

#584CAD (or 0x584CAD) is known color: Rich Blue. HEX triplet: 58, 4C and AD. RGB value is (88,76,173). Sum of RGB (Red+Green+Blue) = 88+76+173=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #584CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584CAD is #A7B352. Grayscale: #5A5A5A. Windows color (decimal): -10990419 or 11357272. OLE color: 11357272.

HSL color Cylindrical-coordinate representation of color #584CAD: hue angle of 247.42º 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 #584CAD is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 76 173 -
CMYK 0.49 0.56 0 0.32
HSL 247.42º 0.39% 0.49% -
HSV(B) 247.42º 0.56% 0.68% -
XYZ 14.15 10.26 40.77 -
YUV 90.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 88 76 173 0.49 0.56 0 0.32 247.42 0.39 0.49
Hex 58 4C AD 31 38 0 20 F7 27 31
Octal 130 114 255 61 70 0 40 367 47 61
Binary 1011000 1001100 10101101 110001 111000 0 100000 11110111 100111 110001

Color Harmonies of #584CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CAD

Black with #584CAD

Text Example


Text Example

White with #584CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,76,173); }

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

background-color css

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

 a { background-color: rgb(88,76,173); }

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

border-color css

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

 span { border-color: rgb(88,76,173); }

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