Html Css Color HEX #534EAC Rich Blue

📋 copy color: '#534EAC'

red 83 ◦ green 78 ◦ blue 172

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

Shades of Rich Blue #534EAC

Tints of Rich Blue #534EAC

RGB

 RED value IS 83 (32.81% from 255) = 24.92%

 GREEN value IS 78 (30.86% from 255) = 23.42%

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 24.92%
G = 23.42%
B = 51.65%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#534EAC (or 0x534EAC) is known color: Rich Blue. HEX triplet: 53, 4E and AC. RGB value is (83,78,172). Sum of RGB (Red+Green+Blue) = 83+78+172=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #534EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534EAC is #ACB153. Grayscale: #595959. Windows color (decimal): -11317588 or 11292243. OLE color: 11292243.

HSL color Cylindrical-coordinate representation of color #534EAC: hue angle of 243.19º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534EAC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 78 172 -
CMYK 0.52 0.55 0 0.33
HSL 243.19º 0.38% 0.49% -
HSV(B) 243.19º 0.55% 0.67% -
XYZ 13.74 10.27 40.29 -
YUV 90.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 83 78 172 0.52 0.55 0 0.33 243.19 0.38 0.49
Hex 53 4E AC 34 37 0 21 F3 26 31
Octal 123 116 254 64 67 0 41 363 46 61
Binary 1010011 1001110 10101100 110100 110111 0 100001 11110011 100110 110001

Color Harmonies of #534EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EAC

Black with #534EAC

Text Example


Text Example

White with #534EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534EAC; }

 p { color: rgb(83,78,172); }

 H1.HeaderClassName
 {
   color: #534EAC;
 }
 .AnyTagClassName
 {
   color: #534EAC;
 }
</style>

background-color css

<style>
 a { background-color: #534EAC; }

 a { background-color: rgb(83,78,172); }

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

border-color css

<style>
 span { border-color: #534EAC; }

 span { border-color: rgb(83,78,172); }

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