Html Css Color HEX #5751AF Rich Blue

📋 copy color: '#5751AF'

red 87 ◦ green 81 ◦ blue 175

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

Shades of Rich Blue #5751AF

Tints of Rich Blue #5751AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.62%

 BLUE value IS 175 (68.75% from 255) = 51.02%

R = 25.36%
G = 23.62%
B = 51.02%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5751AF (or 0x5751AF) is known color: Rich Blue. HEX triplet: 57, 51 and AF. RGB value is (87,81,175). Sum of RGB (Red+Green+Blue) = 87+81+175=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #5751AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5751AF is #A8AE50. Grayscale: #5D5D5D. Windows color (decimal): -11054673 or 11489623. OLE color: 11489623.

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

Color convert

RGB 87 81 175 -
CMYK 0.50 0.54 0 0.31
HSL 243.83º 0.37% 0.5% -
HSV(B) 243.83º 0.54% 0.69% -
XYZ 14.61 11.01 41.91 -
YUV 93.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 87 81 175 0.50 0.54 0 0.31 243.83 0.37 0.5
Hex 57 51 AF 32 36 0 1F F4 25 32
Octal 127 121 257 62 66 0 37 364 45 62
Binary 1010111 1010001 10101111 110010 110110 0 11111 11110100 100101 110010

Color Harmonies of #5751AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5751AF

Black with #5751AF

Text Example


Text Example

White with #5751AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5751AF; }

 p { color: rgb(87,81,175); }

 H1.HeaderClassName
 {
   color: #5751AF;
 }
 .AnyTagClassName
 {
   color: #5751AF;
 }
</style>

background-color css

<style>
 a { background-color: #5751AF; }

 a { background-color: rgb(87,81,175); }

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

border-color css

<style>
 span { border-color: #5751AF; }

 span { border-color: rgb(87,81,175); }

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