Html Css Color HEX #534DB8 Rich Blue

📋 copy color: '#534DB8'

red 83 ◦ green 77 ◦ blue 184

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

Shades of Rich Blue #534DB8

Tints of Rich Blue #534DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.49%

R = 24.13%
G = 22.38%
B = 53.49%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#534DB8 (or 0x534DB8) is known color: Rich Blue. HEX triplet: 53, 4D and B8. RGB value is (83,77,184). Sum of RGB (Red+Green+Blue) = 83+77+184=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #534DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DB8 is #ACB247. Grayscale: #5A5A5A. Windows color (decimal): -11317832 or 12078419. OLE color: 12078419.

HSL color Cylindrical-coordinate representation of color #534DB8: hue angle of 243.36º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534DB8 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 77 184 -
CMYK 0.55 0.58 0 0.28
HSL 243.36º 0.43% 0.51% -
HSV(B) 243.36º 0.58% 0.72% -
XYZ 14.87 10.61 46.61 -
YUV 90.99 180.49 122.3 -
System Red Green Blue C M Y K H S L
Decimal 83 77 184 0.55 0.58 0 0.28 243.36 0.43 0.51
Hex 53 4D B8 37 3A 0 1C F3 2B 33
Octal 123 115 270 67 72 0 34 363 53 63
Binary 1010011 1001101 10111000 110111 111010 0 11100 11110011 101011 110011

Color Harmonies of #534DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DB8

Black with #534DB8

Text Example


Text Example

White with #534DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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