Html Css Color HEX #5857A9 Rich Blue

📋 copy color: '#5857A9'

red 88 ◦ green 87 ◦ blue 169

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

Shades of Rich Blue #5857A9

Tints of Rich Blue #5857A9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 169 (66.41% from 255) = 49.13%

R = 25.58%
G = 25.29%
B = 49.13%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5857A9 (or 0x5857A9) is known color: Rich Blue. HEX triplet: 58, 57 and A9. RGB value is (88,87,169). Sum of RGB (Red+Green+Blue) = 88+87+169=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 169 (66.41% from 255 or 49.13% from 344); Max value from RGB is 169 - color contains mainly: blue. Hex color #5857A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5857A9 is #A7A856. Grayscale: #606060. Windows color (decimal): -10987607 or 11097944. OLE color: 11097944.

HSL color Cylindrical-coordinate representation of color #5857A9: hue angle of 240.73º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5857A9 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 87 169 -
CMYK 0.48 0.49 0 0.34
HSL 240.73º 0.32% 0.5% -
HSV(B) 240.73º 0.49% 0.66% -
XYZ 14.59 11.76 39.04 -
YUV 96.65 168.83 121.83 -
System Red Green Blue C M Y K H S L
Decimal 88 87 169 0.48 0.49 0 0.34 240.73 0.32 0.5
Hex 58 57 A9 30 31 0 22 F1 20 32
Octal 130 127 251 60 61 0 42 361 40 62
Binary 1011000 1010111 10101001 110000 110001 0 100010 11110001 100000 110010

Color Harmonies of #5857A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5857A9

Black with #5857A9

Text Example


Text Example

White with #5857A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5857A9; }

 p { color: rgb(88,87,169); }

 H1.HeaderClassName
 {
   color: #5857A9;
 }
 .AnyTagClassName
 {
   color: #5857A9;
 }
</style>

background-color css

<style>
 a { background-color: #5857A9; }

 a { background-color: rgb(88,87,169); }

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

border-color css

<style>
 span { border-color: #5857A9; }

 span { border-color: rgb(88,87,169); }

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