Html Css Color HEX #534EBA Rich Blue

📋 copy color: '#534EBA'

red 83 ◦ green 78 ◦ blue 186

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

Shades of Rich Blue #534EBA

Tints of Rich Blue #534EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 23.92%
G = 22.48%
B = 53.6%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#534EBA (or 0x534EBA) is known color: Rich Blue. HEX triplet: 53, 4E and BA. RGB value is (83,78,186). Sum of RGB (Red+Green+Blue) = 83+78+186=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #534EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EBA is #ACB145. Grayscale: #5B5B5B. Windows color (decimal): -11317574 or 12209747. OLE color: 12209747.

HSL color Cylindrical-coordinate representation of color #534EBA: hue angle of 242.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534EBA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 78 186 -
CMYK 0.55 0.58 0 0.27
HSL 242.78º 0.44% 0.52% -
HSV(B) 242.78º 0.58% 0.73% -
XYZ 15.15 10.83 47.75 -
YUV 91.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 83 78 186 0.55 0.58 0 0.27 242.78 0.44 0.52
Hex 53 4E BA 37 3A 0 1B F3 2C 34
Octal 123 116 272 67 72 0 33 363 54 64
Binary 1010011 1001110 10111010 110111 111010 0 11011 11110011 101100 110100

Color Harmonies of #534EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EBA

Black with #534EBA

Text Example


Text Example

White with #534EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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