Html Css Color HEX #584CAE Rich Blue

📋 copy color: '#584CAE'

red 88 ◦ green 76 ◦ blue 174

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

Shades of Rich Blue #584CAE

Tints of Rich Blue #584CAE

RGB

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

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

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

R = 26.04%
G = 22.49%
B = 51.48%

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

#584CAE (or 0x584CAE) is known color: Rich Blue. HEX triplet: 58, 4C and AE. RGB value is (88,76,174). Sum of RGB (Red+Green+Blue) = 88+76+174=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #584CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584CAE is #A7B351. Grayscale: #5A5A5A. Windows color (decimal): -10990418 or 11422808. OLE color: 11422808.

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

Color convert

RGB 88 76 174 -
CMYK 0.49 0.56 0 0.32
HSL 247.35º 0.39% 0.49% -
HSV(B) 247.35º 0.56% 0.68% -
XYZ 14.25 10.3 41.28 -
YUV 90.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 88 76 174 0.49 0.56 0 0.32 247.35 0.39 0.49
Hex 58 4C AE 31 38 0 20 F7 27 31
Octal 130 114 256 61 70 0 40 367 47 61
Binary 1011000 1001100 10101110 110001 111000 0 100000 11110111 100111 110001

Color Harmonies of #584CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CAE

Black with #584CAE

Text Example


Text Example

White with #584CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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