Html Css Color HEX #534EBE Rich Blue

📋 copy color: '#534EBE'

red 83 ◦ green 78 ◦ blue 190

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

Shades of Rich Blue #534EBE

Tints of Rich Blue #534EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 23.65%
G = 22.22%
B = 54.13%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#534EBE (or 0x534EBE) is known color: Rich Blue. HEX triplet: 53, 4E and BE. RGB value is (83,78,190). Sum of RGB (Red+Green+Blue) = 83+78+190=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #534EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EBE is #ACB141. Grayscale: #5B5B5B. Windows color (decimal): -11317570 or 12471891. OLE color: 12471891.

HSL color Cylindrical-coordinate representation of color #534EBE: hue angle of 242.68º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534EBE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 78 190 -
CMYK 0.56 0.59 0 0.25
HSL 242.68º 0.46% 0.53% -
HSV(B) 242.68º 0.59% 0.75% -
XYZ 15.59 11.01 50.02 -
YUV 92.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 83 78 190 0.56 0.59 0 0.25 242.68 0.46 0.53
Hex 53 4E BE 38 3B 0 19 F3 2E 35
Octal 123 116 276 70 73 0 31 363 56 65
Binary 1010011 1001110 10111110 111000 111011 0 11001 11110011 101110 110101

Color Harmonies of #534EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534EBE

Black with #534EBE

Text Example


Text Example

White with #534EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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