Html Css Color HEX #534DC0 Rich Blue

📋 copy color: '#534DC0'

red 83 ◦ green 77 ◦ blue 192

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

Shades of Rich Blue #534DC0

Tints of Rich Blue #534DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 23.58%
G = 21.88%
B = 54.55%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#534DC0 (or 0x534DC0) is known color: Rich Blue. HEX triplet: 53, 4D and C0. RGB value is (83,77,192). Sum of RGB (Red+Green+Blue) = 83+77+192=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #534DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DC0 is #ACB23F. Grayscale: #5B5B5B. Windows color (decimal): -11317824 or 12602707. OLE color: 12602707.

HSL color Cylindrical-coordinate representation of color #534DC0: hue angle of 243.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534DC0 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 77 192 -
CMYK 0.57 0.60 0 0.25
HSL 243.13º 0.48% 0.53% -
HSV(B) 243.13º 0.6% 0.75% -
XYZ 15.74 10.95 51.15 -
YUV 91.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 83 77 192 0.57 0.60 0 0.25 243.13 0.48 0.53
Hex 53 4D C0 39 3C 0 19 F3 30 35
Octal 123 115 300 71 74 0 31 363 60 65
Binary 1010011 1001101 11000000 111001 111100 0 11001 11110011 110000 110101

Color Harmonies of #534DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534DC0

Black with #534DC0

Text Example


Text Example

White with #534DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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