#584CAA

Color #584CAA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #584CAA

Tints of Rich Blue #584CAA

Color information

#584CAA (or 0x584CAA) is unknown color: approx Rich Blue. HEX triplet: 58, 4C and AA. RGB value is (88,76,170). Sum of RGB (Red+Green+Blue) = 88+76+170=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #584CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584CAA is #A7B355. Grayscale: #595959. Windows color (decimal): -10990422 or 11160664. OLE color: 11160664.

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

Color convert

RGB8876170-
CMYK0.480.5500.33
HSL247.66º38.21%48.24%-
HSV(B)247.66º55.29%66.67%-
XYZ13.8610.1539.26-
YUV90.3172.98126.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.35%
GREEN value IS 76 (30.08% from 255) = 22.75%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=26.35%
G=22.75%
B=50.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88761700.480.5500.33247.6638.2148.24
Hex584CAA3037021f82630
Octal13011425260670413704660
Binary1011000100110010101010110000110111010000111111000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #584CAA;
 }
 .AnyTagClassName
 {
   color: #584CAA;
 }
</style>
background-color css

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

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

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

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

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

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