Html Css Color HEX #584CAC Rich Blue

📋 copy color: '#584CAC'

red 88 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #584CAC

Tints of Rich Blue #584CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 26.19%
G = 22.62%
B = 51.19%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#584CAC (or 0x584CAC) is known color: Rich Blue. HEX triplet: 58, 4C and AC. RGB value is (88,76,172). Sum of RGB (Red+Green+Blue) = 88+76+172=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #584CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584CAC is #A7B353. Grayscale: #5A5A5A. Windows color (decimal): -10990420 or 11291736. OLE color: 11291736.

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

Color convert

RGB 88 76 172 -
CMYK 0.49 0.56 0 0.33
HSL 247.5º 0.39% 0.49% -
HSV(B) 247.5º 0.56% 0.67% -
XYZ 14.06 10.22 40.26 -
YUV 90.53 173.98 126.19 -
System Red Green Blue C M Y K H S L
Decimal 88 76 172 0.49 0.56 0 0.33 247.5 0.39 0.49
Hex 58 4C AC 31 38 0 21 F8 27 31
Octal 130 114 254 61 70 0 41 370 47 61
Binary 1011000 1001100 10101100 110001 111000 0 100001 11111000 100111 110001

Color Harmonies of #584CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CAC

Black with #584CAC

Text Example


Text Example

White with #584CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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