#585EAF

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

Shades of Rich Blue #585EAF

Tints of Rich Blue #585EAF

Color information

#585EAF (or 0x585EAF) is unknown color: approx Rich Blue. HEX triplet: 58, 5E and AF. RGB value is (88,94,175). Sum of RGB (Red+Green+Blue) = 88+94+175=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #585EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585EAF is #A7A150. Grayscale: #656565. Windows color (decimal): -10985809 or 11492952. OLE color: 11492952.

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

Color convert

RGB8894175-
CMYK0.500.4600.31
HSL235.86º35.22%51.57%-
HSV(B)235.86º49.71%68.63%-
XYZ15.7713.1842.27-
YUV101.44169.51118.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=24.65%
G=26.33%
B=49.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88941750.500.4600.31235.8635.2251.57
Hex585EAF322E01Fec2334
Octal13013625762560373544364
Binary101100010111101010111111001010111001111111101100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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