Html Css Color HEX #534DB5 Rich Blue

📋 copy color: '#534DB5'

red 83 ◦ green 77 ◦ blue 181

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

Shades of Rich Blue #534DB5

Tints of Rich Blue #534DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

 BLUE value IS 181 (71.09% from 255) = 53.08%

R = 24.34%
G = 22.58%
B = 53.08%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#534DB5 (or 0x534DB5) is known color: Rich Blue. HEX triplet: 53, 4D and B5. RGB value is (83,77,181). Sum of RGB (Red+Green+Blue) = 83+77+181=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #534DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DB5 is #ACB24A. Grayscale: #5A5A5A. Windows color (decimal): -11317835 or 11881811. OLE color: 11881811.

HSL color Cylindrical-coordinate representation of color #534DB5: hue angle of 243.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534DB5 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 77 181 -
CMYK 0.54 0.57 0 0.29
HSL 243.46º 0.41% 0.51% -
HSV(B) 243.46º 0.57% 0.71% -
XYZ 14.56 10.48 44.97 -
YUV 90.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 83 77 181 0.54 0.57 0 0.29 243.46 0.41 0.51
Hex 53 4D B5 36 39 0 1D F3 29 33
Octal 123 115 265 66 71 0 35 363 51 63
Binary 1010011 1001101 10110101 110110 111001 0 11101 11110011 101001 110011

Color Harmonies of #534DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DB5

Black with #534DB5

Text Example


Text Example

White with #534DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,181); }

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

background-color css

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

 a { background-color: rgb(83,77,181); }

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

border-color css

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

 span { border-color: rgb(83,77,181); }

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