Html Css Color HEX #5857AB Rich Blue

📋 copy color: '#5857AB'

red 88 ◦ green 87 ◦ blue 171

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

Shades of Rich Blue #5857AB

Tints of Rich Blue #5857AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 25.43%
G = 25.14%
B = 49.42%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5857AB (or 0x5857AB) is known color: Rich Blue. HEX triplet: 58, 57 and AB. RGB value is (88,87,171). Sum of RGB (Red+Green+Blue) = 88+87+171=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #5857AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5857AB is #A7A854. Grayscale: #606060. Windows color (decimal): -10987605 or 11229016. OLE color: 11229016.

HSL color Cylindrical-coordinate representation of color #5857AB: hue angle of 240.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5857AB is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 87 171 -
CMYK 0.49 0.49 0 0.33
HSL 240.71º 0.33% 0.51% -
HSV(B) 240.71º 0.49% 0.67% -
XYZ 14.78 11.83 40.03 -
YUV 96.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 88 87 171 0.49 0.49 0 0.33 240.71 0.33 0.51
Hex 58 57 AB 31 31 0 21 F1 21 33
Octal 130 127 253 61 61 0 41 361 41 63
Binary 1011000 1010111 10101011 110001 110001 0 100001 11110001 100001 110011

Color Harmonies of #5857AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5857AB

Black with #5857AB

Text Example


Text Example

White with #5857AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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