Html Css Color HEX #5749AF Rich Blue

📋 copy color: '#5749AF'

red 87 ◦ green 73 ◦ blue 175

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

Shades of Rich Blue #5749AF

Tints of Rich Blue #5749AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 25.97%
G = 21.79%
B = 52.24%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5749AF (or 0x5749AF) is known color: Rich Blue. HEX triplet: 57, 49 and AF. RGB value is (87,73,175). Sum of RGB (Red+Green+Blue) = 87+73+175=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #5749AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5749AF is #A8B650. Grayscale: #585858. Windows color (decimal): -11056721 or 11487575. OLE color: 11487575.

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

Color convert

RGB 87 73 175 -
CMYK 0.50 0.58 0 0.31
HSL 248.24º 0.41% 0.49% -
HSV(B) 248.24º 0.58% 0.69% -
XYZ 14.05 9.89 41.73 -
YUV 88.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 87 73 175 0.50 0.58 0 0.31 248.24 0.41 0.49
Hex 57 49 AF 32 3A 0 1F F8 29 31
Octal 127 111 257 62 72 0 37 370 51 61
Binary 1010111 1001001 10101111 110010 111010 0 11111 11111000 101001 110001

Color Harmonies of #5749AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749AF

Black with #5749AF

Text Example


Text Example

White with #5749AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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