#584EAF

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

Shades of Rich Blue #584EAF

Tints of Rich Blue #584EAF

Color information

#584EAF (or 0x584EAF) is unknown color: approx Rich Blue. HEX triplet: 58, 4E and AF. RGB value is (88,78,175). Sum of RGB (Red+Green+Blue) = 88+78+175=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #584EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584EAF is #A7B150. Grayscale: #5B5B5B. Windows color (decimal): -10989905 or 11488856. OLE color: 11488856.

HSL color Cylindrical-coordinate representation of color #584EAF: hue angle of 246.19º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #584EAF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8878175-
CMYK0.500.5500.31
HSL246.19º38.34%49.61%-
HSV(B)246.19º55.43%68.63%-
XYZ14.4910.6241.84-
YUV92.05174.81125.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.81%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=25.81%
G=22.87%
B=51.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88781750.500.5500.31246.1938.3449.61
Hex584EAF323701Ff62632
Octal13011625762670373664662
Binary101100010011101010111111001011011101111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,78,175); }

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

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

 a { background-color: rgb(88,78,175); }

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

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

 span { border-color: rgb(88,78,175); }

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