Html Css Color HEX #5E52AF Rich Blue

📋 copy color: '#5E52AF'

red 94 ◦ green 82 ◦ blue 175

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

Shades of Rich Blue #5E52AF

Tints of Rich Blue #5E52AF

RGB

 RED value IS 94 (37.11% from 255) = 26.78%

 GREEN value IS 82 (32.42% from 255) = 23.36%

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

R = 26.78%
G = 23.36%
B = 49.86%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5E52AF (or 0x5E52AF) is known color: Rich Blue. HEX triplet: 5E, 52 and AF. RGB value is (94,82,175). Sum of RGB (Red+Green+Blue) = 94+82+175=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E52AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E52AF is #A1AD50. Grayscale: #5F5F5F. Windows color (decimal): -10595665 or 11489886. OLE color: 11489886.

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

Color convert

RGB 94 82 175 -
CMYK 0.46 0.53 0 0.31
HSL 247.74º 0.37% 0.5% -
HSV(B) 247.74º 0.53% 0.69% -
XYZ 15.37 11.51 41.97 -
YUV 96.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 94 82 175 0.46 0.53 0 0.31 247.74 0.37 0.5
Hex 5E 52 AF 2E 35 0 1F F8 25 32
Octal 136 122 257 56 65 0 37 370 45 62
Binary 1011110 1010010 10101111 101110 110101 0 11111 11111000 100101 110010

Color Harmonies of #5E52AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E52AF

Black with #5E52AF

Text Example


Text Example

White with #5E52AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E52AF; }

 p { color: rgb(94,82,175); }

 H1.HeaderClassName
 {
   color: #5E52AF;
 }
 .AnyTagClassName
 {
   color: #5E52AF;
 }
</style>

background-color css

<style>
 a { background-color: #5E52AF; }

 a { background-color: rgb(94,82,175); }

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

border-color css

<style>
 span { border-color: #5E52AF; }

 span { border-color: rgb(94,82,175); }

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