Html Css Color HEX #5742AF Rich Blue

📋 copy color: '#5742AF'

red 87 ◦ green 66 ◦ blue 175

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

Shades of Rich Blue #5742AF

Tints of Rich Blue #5742AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 26.52%
G = 20.12%
B = 53.35%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5742AF (or 0x5742AF) is known color: Rich Blue. HEX triplet: 57, 42 and AF. RGB value is (87,66,175). Sum of RGB (Red+Green+Blue) = 87+66+175=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #5742AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5742AF is #A8BD50. Grayscale: #545454. Windows color (decimal): -11058513 or 11485783. OLE color: 11485783.

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

Color convert

RGB 87 66 175 -
CMYK 0.50 0.62 0 0.31
HSL 251.56º 0.45% 0.47% -
HSV(B) 251.56º 0.62% 0.69% -
XYZ 13.62 9.02 41.58 -
YUV 84.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 87 66 175 0.50 0.62 0 0.31 251.56 0.45 0.47
Hex 57 42 AF 32 3E 0 1F FC 2D 2F
Octal 127 102 257 62 76 0 37 374 55 57
Binary 1010111 1000010 10101111 110010 111110 0 11111 11111100 101101 101111

Color Harmonies of #5742AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5742AF

Black with #5742AF

Text Example


Text Example

White with #5742AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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