Html Css Color HEX #5750AB Rich Blue

📋 copy color: '#5750AB'

red 87 ◦ green 80 ◦ blue 171

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

Shades of Rich Blue #5750AB

Tints of Rich Blue #5750AB

RGB

 RED value IS 87 (34.38% from 255) = 25.74%

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 25.74%
G = 23.67%
B = 50.59%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5750AB (or 0x5750AB) is known color: Rich Blue. HEX triplet: 57, 50 and AB. RGB value is (87,80,171). Sum of RGB (Red+Green+Blue) = 87+80+171=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #5750AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5750AB is #A8AF54. Grayscale: #5C5C5C. Windows color (decimal): -11054933 or 11227223. OLE color: 11227223.

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

Color convert

RGB 87 80 171 -
CMYK 0.49 0.53 0 0.33
HSL 244.62º 0.36% 0.49% -
HSV(B) 244.62º 0.53% 0.67% -
XYZ 14.15 10.7 39.85 -
YUV 92.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 87 80 171 0.49 0.53 0 0.33 244.62 0.36 0.49
Hex 57 50 AB 31 35 0 21 F5 24 31
Octal 127 120 253 61 65 0 41 365 44 61
Binary 1010111 1010000 10101011 110001 110101 0 100001 11110101 100100 110001

Color Harmonies of #5750AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750AB

Black with #5750AB

Text Example


Text Example

White with #5750AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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